e697956ce6
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. |
||
---|---|---|
.. | ||
Makefile | ||
fifo.h | ||
fifo_vnops.c |