NetBSD/sys/miscfs/fifofs
chs e697956ce6 we can't use the vnode's v_usecount to track how many times the vnode
has been VOP_OPEN()'d.  if the fifo is being accessed via a layered fs,
v_usecount is always one (representing the hold by the layered vnode)
regardless of how many times the vnode has been opened.  instead, keep a
separate counter for opens.  fixes PR 17195 and probably 17724.
2002-07-27 16:43:36 +00:00
..
Makefile
fifo.h
fifo_vnops.c we can't use the vnode's v_usecount to track how many times the vnode 2002-07-27 16:43:36 +00:00