Date: Thu, 25 Oct 2001 15:55:59 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_dirhash.c Message-ID: <200110252255.f9PMtx822787@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/10/25 15:55:59 PDT
Modified files:
sys/ufs/ufs ufs_dirhash.c
Log:
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
Revision Changes Path
1.6 +2 -2 src/sys/ufs/ufs/ufs_dirhash.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110252255.f9PMtx822787>
