freebsd-dev/sys/ufs
Ian Dowse 7dfb550e0c When compressing directory blocks, the dirhash code didn't check
that the directory entry was in use before attempting to find it
in the hash structures to change its offset. Normally, unused
entries do not need to be moved, but fsck can leave behind some
unused entries that do. A dirhash sanity panic resulted when the
entry to be moved was not found. Add a check that stops entries
with d_ino == 0 from being passed to ufsdirhash_move().
2001-08-22 01:35:17 +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 When compressing directory blocks, the dirhash code didn't check 2001-08-22 01:35:17 +00:00