Date: Tue, 22 Apr 2003 03:11:24 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/fifofs fifo_vnops.c Message-ID: <200304221011.h3MABOpg097019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/04/22 03:11:24 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/miscfs/fifofs fifo_vnops.c Log: MFC (fs/miscfs/fifo_vnops.c 1.79+1.85: don't loop in fifo_open() waiting for another reader or writer if one arrived and departed while we were waiting (or a little earlier). This should fix some races, but it is reported to not actually fix the original problem with sendmail. Revision Changes Path 1.45.2.4 +13 -3 src/sys/miscfs/fifofs/fifo_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304221011.h3MABOpg097019>