cvs commit: src/sys/fs/fifofs fifo_vnops.c
Robert Watson
rwatson at FreeBSD.org
Sun Sep 25 12:52:10 PDT 2005
rwatson 2005-09-25 19:52:10 UTC
FreeBSD src repository
Modified files:
sys/fs/fifofs fifo_vnops.c
Log:
Lock the read socket receive buffer when frobbing the sb_state flag on
that socket during open, not the write socket receive buffer. This
might explain clearing of the sb_state SB_LOCK flag seen occasionally
in soreceive() on fifos.
MFC after: 3 days
Spotted by: ups
Revision Changes Path
1.129 +2 -2 src/sys/fs/fifofs/fifo_vnops.c
More information about the cvs-src
mailing list