NetBSD/sys/miscfs/syncfs
ad 25153c3ec9 PR kern/37706 (forced unmount of file systems is unsafe):
- Do reference counting for 'struct mount'. Each vnode associated with a
  mount takes a reference, and in turn the mount takes a reference to the
  vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
  locking inherited from 4.4BSD with a recursable rwlock.
2008-01-30 11:46:59 +00:00
..
Makefile
sync_subr.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
sync_vnops.c PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
syncfs.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00