NetBSD/sys/ntfs
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 install only headers which are actually used when compiling userland 1999-11-01 20:40:48 +00:00
TODO note lacking sysinst support 2000-03-13 19:00:28 +00:00
ntfs.h struct ntnode: g/c i_uid, i_gid, i_mode - use directly appropriate 1999-10-31 19:45:26 +00:00
ntfs_compr.c resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_compr.h resolve conflicts 1999-07-26 14:02:30 +00:00
ntfs_ihash.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ntfs_ihash.h Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ntfs_inode.h Store also attribute identifier in the filehandle structure, so that 2000-02-08 16:17:58 +00:00
ntfs_subr.c Always unlock the "fnode", even if we're about to free it, to keep 1999-12-20 22:11:57 +00:00
ntfs_subr.h update debug printfs to use "ntfs_loadntnode" instead of "ntfs_loadnode" 1999-10-10 14:48:37 +00:00
ntfs_vfsops.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ntfs_vfsops.h s/ntfs_loadnode/ntfs_loadntnode()/ 1999-10-10 14:20:33 +00:00
ntfs_vnops.c struct ntnode: g/c i_uid, i_gid, i_mode - use directly appropriate 1999-10-31 19:45:26 +00:00
ntfsmount.h resolve conflicts 1999-07-26 14:02:30 +00:00