NetBSD/sys/ufs/ext2fs
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
..
ext2fs_alloc.c
ext2fs_balloc.c
ext2fs_bmap.c
ext2fs_bswap.c Correct (minor) bogons in filetype option support, and add support 2000-01-28 16:00:23 +00:00
ext2fs_dinode.h
ext2fs_dir.h Correct (minor) bogons in filetype option support, and add support 2000-01-28 16:00:23 +00:00
ext2fs_extern.h Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ext2fs_inode.c
ext2fs_lookup.c Correct (minor) bogons in filetype option support, and add support 2000-01-28 16:00:23 +00:00
ext2fs_readwrite.c
ext2fs_subr.c
ext2fs_vfsops.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ext2fs_vnops.c Correct (minor) bogons in filetype option support, and add support 2000-01-28 16:00:23 +00:00
ext2fs.h Correct (minor) bogons in filetype option support, and add support 2000-01-28 16:00:23 +00:00
Makefile