NetBSD/sys/fs/cd9660
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
..
cd9660_bmap.c
cd9660_extern.h
cd9660_lookup.c
cd9660_mount.h
cd9660_node.c Replace struct lock on vnodes with a simpler lock object built on 2008-01-30 09:50:19 +00:00
cd9660_node.h Merge locking changes + fixes from the vmlocking branch. 2007-12-08 14:41:11 +00:00
cd9660_rrip.c
cd9660_rrip.h
cd9660_util.c
cd9660_vfsops.c PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
cd9660_vnops.c Remove VOP_LEASE. Discussed on tech-kern. 2008-01-25 14:32:11 +00:00
files.cd9660
iso_rrip.h
iso.h
Makefile
TODO
TODO.hibler