Date: Wed, 15 Oct 1997 00:32:46 -0700 (PDT) From: Bruce Evans <bde@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 Message-ID: <199710150732.AAA20798@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710150732.AAA20798>
