NetBSD/sys/miscfs/fifofs
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
..
Makefile
fifo.h
fifo_vnops.c Handle the case of fifo_close() getting called from vclean(). In that 2004-03-06 00:38:29 +00:00