Date: Mon, 24 Mar 2003 03:03:42 -0800 (PST) From: Bruce Evans <bde@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: <200303241103.h2OB3g9n062833@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/03/24 03:03:42 PST
FreeBSD src repository
Modified files:
sys/fs/fifofs fifo_vnops.c
Log:
Better fix for the problem addressed by rev.1.79: 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).
Rev.1.79 broke blocking opens of fifos by making them time out after 1
second. This was bad for at least apsfilter.
Tested by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>,
Alexander Leidinger <Alexander@leidinger.net>,
phk
MFC after: 4 weeks
Revision Changes Path
1.85 +13 -8 src/sys/fs/fifofs/fifo_vnops.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303241103.h2OB3g9n062833>
