From owner-cvs-sys Wed Oct 15 00:34:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25588 for cvs-sys-outgoing; Wed, 15 Oct 1997 00:34:10 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA25532; Wed, 15 Oct 1997 00:33:46 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA20798; Wed, 15 Oct 1997 00:32:46 -0700 (PDT) Date: Wed, 15 Oct 1997 00:32:46 -0700 (PDT) Message-Id: <199710150732.AAA20798@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_ihash.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/10/15 00:32:46 PDT Modified files: sys/ufs/ufs ufs_ihash.c Log: IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags ip->i_flags. Rev.1.18 completely broke ufs. My root directory went away about 10 seconds after booting. I think file system damage was null, since IN_HASHED = 0x80 is not used in the disk flags (it would probably be UF_SOMETHING if it were used). Revision Changes Path 1.12 +4 -4 src/sys/ufs/ufs/ufs_ihash.c