freebsd-dev/sys/ufs
Ian Dowse 54d6d2dfaf Disable the dirhash sanity check that panics if an unused directory
entry (d_ino == 0) is found in a position that is not the start of
a DIRBLKSIZ block.

While such entries cannot occur normally (ufs always extends the
previous entry to cover the free space instead), they do not cause
problems and fsck does not fix them, so panicking is bad.
2001-07-27 18:45:41 +00:00
..
ffs Use a fixed type for times in on-disk structures for ufs rather than 2001-07-16 00:55:27 +00:00
ifs Implement vop_std{get|put}pages() and add them to the default vop[]. 2001-05-01 08:34:45 +00:00
ufs Disable the dirhash sanity check that panics if an unused directory 2001-07-27 18:45:41 +00:00