rwatson 2005-09-18 10:44:50 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Assert that (vp) is locked in fifo_close(), since we rely on the exclusive vnode lock to synchronize the reference counts on struct fifoinfo. MFC after: 3 days Revision Changes Path 1.126 +1 -0 src/sys/fs/fifofs/fifo_vnops.c