NetBSD/sys/ufs
perseant 7a4d35b365 In lfs_truncate, don't overcount the real blocks removed from the inode,
when deallocating a fragment that has not made it to disk yet.

Also, during dirops, give the directory vnode an extra reference in
SET_DIROP, to ensure its continued existence during SET_ENDOP, preventing
a possible NULL-dereference there.

These two changes should close PR #11064.
2000-10-14 23:22:14 +00:00
..
ext2fs Adapt for VOP_FSYNC parameter change. 2000-09-19 22:01:59 +00:00
ffs There is no need to explicitly include <uvm/uvm_extern.h> for 2000-10-13 16:40:26 +00:00
lfs In lfs_truncate, don't overcount the real blocks removed from the inode, 2000-10-14 23:22:14 +00:00
mfs Position comment correctly wrt last commit. 2000-10-13 17:59:11 +00:00
ufs Various bug-fixes to LFS, to wit: 2000-09-09 04:49:54 +00:00
Makefile