NetBSD/sys/ufs/mfs
jdolecek 03efc0b2b7 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.

For each leaf filesystem, add appropriate vfs_done routine.

Also remember how many times ffs_init() was called and do
the appropriate initialization on first call only. In ffs_done(),
destroy the resources when called by the last user of ffs code.
Change mfs to call ffs_init()/ffs_done() appropriately.
2000-03-16 18:20:06 +00:00
..
Makefile Nuke unneeded include file. 1999-07-03 18:40:32 +00:00
mfs_extern.h Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:20:06 +00:00
mfs_vfsops.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:20:06 +00:00
mfs_vnops.c Update for sys/buf.h/disksort_*() changes. 2000-01-21 23:43:10 +00:00
mfsnode.h Update for sys/buf.h/disksort_*() changes. 2000-01-21 23:43:10 +00:00