Date: Mon, 12 Sep 2005 10:06:38 +0000 (UTC) From: Robert Watson <rwatson@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: <200509121006.j8CA6cvr031177@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-09-12 10:06:38 UTC FreeBSD src repository Modified files: sys/fs/fifofs fifo_vnops.c Log: Add an assertion that fifo_open() doesn't race against other threads while sleeping to allocate fifo state: due to using the vnode lock to serialize access to a fifo during open, it shouldn't happen (tm). MFC after: 3 days Revision Changes Path 1.115 +2 -0 src/sys/fs/fifofs/fifo_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509121006.j8CA6cvr031177>