NetBSD/sys/isofs/cd9660
jdolecek 89015c4648 Add new VFS op routine - vfs_done and call it on filesystem detach
in vfs_detach(). vfs_done may free global filesystem's resources,
typically those allocated in respective filesystem's init function.
Needed so those filesystems which went in via LKM have a chance to
clean after themselves before unloading. This fixes random panics
when LKM for filesystem using pools was loaded and unloaded several
times.

For each leaf filesystem, add appropriate vfs_done routine.
2000-03-16 18:08:17 +00:00
..
Makefile
TODO
TODO.hibler
cd9660_bmap.c
cd9660_extern.h Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
cd9660_lookup.c Adapt to cache_lookup() changes (forgot to commit it yesterday) 1999-09-06 10:10:05 +00:00
cd9660_mount.h From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
cd9660_node.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
cd9660_node.h Modify file systems to deal with struct lock in struct vnode. All leaf 1999-07-08 01:05:58 +00:00
cd9660_rrip.c From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
cd9660_rrip.h
cd9660_util.c From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
cd9660_vfsops.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
cd9660_vnops.c Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl 1999-08-03 20:19:16 +00:00
iso.h From patch supplied in PR-7951 by Joachim Kuebart: 1999-07-13 11:12:05 +00:00
iso_rrip.h