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
mfs_extern.h
mfs_vfsops.c When unmounting a file system, acquire the syncer_lock before 2001-04-16 22:41:09 +00:00
mfs_vnops.c
mfsnode.h