Date: Sun, 29 Dec 2002 02:32:17 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/fifofs fifo_vnops.c Message-ID: <200212291032.gBTAWHAE013494@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/12/29 02:32:17 PST Modified files: sys/fs/fifofs fifo_vnops.c Log: There is some sort of race/deadlock which I have not identified here. It manifests itself by sendmail hanging in "fifoow" during boot on a diskless machine with sendmail disabled. Giving the sleep a 1sec timout breaks the deadlock, but does not solve the underlying problem. XXX comment applied. Revision Changes Path 1.79 +6 -1 src/sys/fs/fifofs/fifo_vnops.c 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?200212291032.gBTAWHAE013494>