freebsd-dev/sys/ufs
bde 09bf8c297b 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).
1997-10-15 07:32:45 +00:00
..
ffs I think my previous change may have opened a race conditio. 1997-10-14 18:46:48 +00:00
lfs I think my previous change may have opened a race conditio. 1997-10-14 18:46:48 +00:00
mfs Last major round (Unless Bruce thinks of somthing :-) of malloc changes. 1997-10-12 20:26:33 +00:00
ufs IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags 1997-10-15 07:32:45 +00:00