Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2003 17:35:52 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Alfred Perlstein <bright@mu.org>
Cc:        phk@freebsd.org, <cvs-committers@freebsd.org>, <cvs-all@freebsd.org>
Subject:   Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c
Message-ID:  <20030104173124.N7900-100000@gamplex.bde.org>
In-Reply-To: <20030103234656.GF33821@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 3 Jan 2003, Alfred Perlstein wrote:

> There should be a fix without the timeout though, I'll look at it
> more.  Thanks for trying the diff though.

Please fix it soon.  The usual case of blocking opens is now broken
for obvious reasons:

%%%
Script started on Sat Jan  4 17:34:03 2003
ttyp0:bde@besplex:/tmp> mkfifo p
ttyp0:bde@besplex:/tmp> date; cat >p; date
Sat Jan  4 17:34:19 EST 2003
bash: p: Resource temporarily unavailable
Sat Jan  4 17:34:20 EST 2003
ttyp0:bde@besplex:/tmp> exit

Script done on Sat Jan  4 17:34:21 2003
%%%

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030104173124.N7900-100000>