cvs commit: src/sys/fs/fifofs fifo_vnops.c
Don Lewis
truckman at FreeBSD.org
Mon Jun 16 10:17:11 PDT 2003
truckman 2003/06/16 10:17:09 PDT
FreeBSD src repository
Modified files:
sys/fs/fifofs fifo_vnops.c
Log:
Partially back out rev 1.87 by nuking fifo_inactive() and moving the
resource deallocation back to fifo_close(). This eliminates any
stale data that might be stuck in the socket buffers after all the
readers and writers have closed the fifo.
Tested by: Thorsten Schroeder <ths at katjusha.de>
Revision Changes Path
1.89 +4 -20 src/sys/fs/fifofs/fifo_vnops.c
More information about the cvs-src
mailing list