freebsd-dev/sys/ufs
Ian Dowse 71fc5e11c7 Default to not performing ufs_dirhash's extensive directory-block
sanity check after every directory modification. This check can be
re-enabled at any time by setting the sysctl "vfs.ufs.dirhash_docheck"
to 1.

This group of sanity tests was there to ensure that any UFS_DIRHASH
bugs could be caught by a panic before a potentially corrupted
directory block would be written to disk. It has served its main
purpose now, so disable it in the interest of performance.

MFC after:	1 week
2001-10-25 22:55:59 +00:00
..
ffs Change the vnode list under the mount point from a LIST to a TAILQ 2001-10-23 01:21:29 +00:00
ifs KSE Milestone 2 2001-09-12 08:38:13 +00:00
ufs Default to not performing ufs_dirhash's extensive directory-block 2001-10-25 22:55:59 +00:00