NetBSD/sys/ufs
manu f4276d8b0e Fix uninitialized mutex usage
We use extended attribute mount mutex before testing if it had been
initialized, and as reported by Christos,  this caused panic with
LOCKDEBUG. Fix it by testing before using.
2014-11-19 16:26:47 +00:00
..
chfs Do not uselessly include <sys/malloc.h>. 2014-11-09 18:23:28 +00:00
ext2fs Do not uselessly include <sys/malloc.h>. 2014-11-09 18:23:28 +00:00
ffs Fix use-after-free on failed unmount with extended attribute enabled 2014-11-14 10:09:50 +00:00
lfs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
mfs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
ufs Fix uninitialized mutex usage 2014-11-19 16:26:47 +00:00
Makefile
files.ufs Remove unused extended attributes kernel options 2014-11-16 16:01:39 +00:00