freebsd-dev/sys/ufs
Kirk McKusick eb87cd754f Build on the change in revision 1.98 by Tor.Egge@fast.no.
The symptom being treated in 1.98 was to avoid freeing a
pagedep dependency if there was still a newdirblk dependency
referencing it. That change is correct and no longer prints
a warning message when it occurs. The other part of revision
1.98 was to panic when a newdirblk dependency was encountered
during a file truncation. This fix removes that panic and
replaces it with code to find and delete the newdirblk
dependency so that the truncation can succeed.
2001-06-13 23:13:13 +00:00
..
ffs Build on the change in revision 1.98 by Tor.Egge@fast.no. 2001-06-13 23:13:13 +00:00
ifs Implement vop_std{get|put}pages() and add them to the default vop[]. 2001-05-01 08:34:45 +00:00
ufs Call vn_close on the backing file vnode if ufs_extattr_enable failed to 2001-06-07 00:11:32 +00:00