NetBSD/sys/miscfs
wrstuden 8383006f0f Handle the case of fifo_close() getting called from vclean(). In that
case, we tear down the node-specific storage as if there were no more open
users. As vclean() will VT_NON the vnode before anyone else will get access
to the vnode, this is our last chance.

Fixes memory leak in revoke(2) path noticed by tedu at openbsd dot org.
2004-03-06 00:38:29 +00:00
..
deadfs Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
fdesc Dynamic sysctl. 2003-12-04 19:38:21 +00:00
fifofs Handle the case of fifo_close() getting called from vclean(). In that 2004-03-06 00:38:29 +00:00
genfs Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
kernfs Dynamic sysctl. 2003-12-04 19:38:21 +00:00
nullfs Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
overlay Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
portal Dynamic sysctl. 2003-12-04 19:38:21 +00:00
procfs unlock the descriptor table simple lock after fd_getfile() call in 2004-02-15 22:18:17 +00:00
specfs Add a generic copy-on-write hook to add/remove functions that will be 2004-02-14 00:00:56 +00:00
syncfs Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
umapfs Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
Makefile move union filesystem code from sys/miscfs/union to sys/fs/union 2003-03-16 08:26:46 +00:00