NetBSD/sys/filecorefs
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
filecore.h
filecore_bmap.c
filecore_extern.h Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
filecore_lookup.c Adapt to cache_lookup() changes. 1999-09-05 14:26:32 +00:00
filecore_mount.h
filecore_node.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
filecore_node.h
filecore_utils.c
filecore_vfsops.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
filecore_vnops.c