NetBSD/sys/ufs
thorpej 5b35dc8136 When unmounting a file system, acquire the syncer_lock before
vfs_busy'ing just before the dounmount() call.  This is to avoid
sleeping with the mountlist_slock held -- but we must acquire
syncer_lock before vfs_busy because the syncer itself uses
syncer_lock -> vfs_busy locking order.
2001-04-16 22:41:09 +00:00
..
ext2fs Same change as in the UFS code: unlock vnode before setting v_op 2001-03-23 21:10:48 +00:00
ffs Change ffs_dirpref() to pay attention to the amount of available free 2001-03-13 21:16:23 +00:00
lfs don't include lfs_extern.h; ufs/inode.h does too. 2001-02-04 21:51:19 +00:00
mfs When unmounting a file system, acquire the syncer_lock before 2001-04-16 22:41:09 +00:00
ufs work around a problem with sync writes vs. softdeps. 2001-03-26 06:47:34 +00:00
Makefile