cvs commit: src/sys/fs/fifofs fifo_vnops.c
Robert Watson
rwatson at FreeBSD.org
Thu Sep 15 13:28:32 PDT 2005
rwatson 2005-09-15 20:28:27 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/fs/fifofs fifo_vnops.c
Log:
Merge fifo_vnops.c:1.117 from HEAD to RELENG_6:
After going to some trouble to identify only the write-related events
to poll the write socket for, the fifo polling code proceeded to poll
for the complete set of events. Use 'levents' instead of 'events' as
the argument to poll, and only poll the write socket if there is
interest in write events.
Approved by: re (kensmith)
Revision Changes Path
1.113.2.4 +2 -2 src/sys/fs/fifofs/fifo_vnops.c
More information about the cvs-src
mailing list