NetBSD/sys/ufs
ozaki-r a208e7b3be Remove unnecessary assertions
KASSERT(!rw_lock_held()) just before rw_destroy() is useless because
rw_destroy does more strict check and provides better information on
failure.
2018-02-07 08:50:13 +00:00
..
chfs Remove unnecessary assertions 2018-02-07 08:50:13 +00:00
ext2fs
ffs Prevent use-after-free where genfs_node_destroy() would destroy 2018-01-28 10:02:00 +00:00
lfs Update the kernhist(9) kernel history code to address issues identified 2017-10-28 00:37:11 +00:00
mfs
ufs Make sure inode blocks and size are zero when VOP_INACTIVE() 2018-01-28 10:01:18 +00:00
files.ufs
Makefile