cvs commit: src/sys/fs/fifofs fifo_vnops.c
Robert Watson
rwatson at FreeBSD.org
Tue Sep 13 03:39:24 PDT 2005
rwatson 2005-09-13 10:39:24 UTC
FreeBSD src repository
Modified files:
sys/fs/fifofs fifo_vnops.c
Log:
As a result of kqueue locking work, socket buffer locks will always
be held when entering a kqueue filter for fifos via a socket buffer
event: as such, assert the lock unconditionally rather than acquiring
it conditionall.
MFC after: 3 days
Revision Changes Path
1.123 +6 -18 src/sys/fs/fifofs/fifo_vnops.c
More information about the cvs-src
mailing list