NetBSD/sys
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
..
adosfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
arch Kill more broken cf_unit bogons. 2000-03-16 16:37:20 +00:00
coda Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
compat Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
conf Driver for Compaq array controllers and disks (cac(4)/ca(4)). 2000-03-16 14:52:22 +00:00
ddb Fix obvious off-by-one error in db_output(). 2000-03-08 08:31:33 +00:00
dev Regen. 2000-03-16 16:48:59 +00:00
filecorefs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
gdbscripts
ipkdb
isofs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
kern Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
lib make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES. 2000-03-02 07:41:49 +00:00
lkm Add overlay, a layered file system which overlays itself on 2000-01-20 19:06:13 +00:00
miscfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
msdosfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
net Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
netatalk PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 2000-02-02 23:28:08 +00:00
netccitt Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
netinet undo interface address addition attempt, when in_ifinit fails. 2000-03-12 05:01:16 +00:00
netinet6 Quiet down the DAD messages a little more. 2000-03-16 02:53:45 +00:00
netiso introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
netkey correct IPsec SA lookup, so that we can always get/use 2000-03-05 05:42:33 +00:00
netnatm
netns introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
nfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ntfs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
stand
sys Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
ufs Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
uvm Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
vm Allow PAGE_SIZE et al to be defined as constants instead of variables. 2000-03-04 08:41:59 +00:00
Makefile