Date: Mon, 16 Jun 2003 10:17:09 -0700 (PDT) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c Message-ID: <200306161717.h5GHH9FZ074488@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@katjusha.de> Revision Changes Path 1.89 +4 -20 src/sys/fs/fifofs/fifo_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306161717.h5GHH9FZ074488>