opnsense-src/sys/gnu
Bruce Evans ee57d34583 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
..
ext2fs 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
fs/ext2fs I think my previous change may have opened a race conditio. 1997-10-14 18:46:48 +00:00
i386 Update select -> poll in drivers. 1997-09-14 03:19:42 +00:00