Date: Wed, 25 Feb 2004 16:18:23 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c Message-ID: <200402260018.i1Q0IN3P076554@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004/02/25 16:18:23 PST FreeBSD src repository Modified files: sys/kern sys_pipe.c Log: Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_state in a non-atomic manner. It appears to always be called with the mutex (good). Revision Changes Path 1.170 +1 -0 src/sys/kern/sys_pipe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402260018.i1Q0IN3P076554>