NetBSD/sys/ufs/mfs
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
..
Makefile Nuke unneeded include file. 1999-07-03 18:40:32 +00:00
mfs_extern.h Back out previous change; there is something Seriously Wrong. 2000-05-19 20:42:20 +00:00
mfs_vfsops.c When unmounting a file system, acquire the syncer_lock before 2001-04-16 22:41:09 +00:00
mfs_vnops.c make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
mfsnode.h Back out previous change; there is something Seriously Wrong. 2000-05-19 20:42:20 +00:00