Date: Wed, 27 Feb 2002 10:49:58 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c Message-ID: <200202271849.g1RInwv52721@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/02/27 10:49:58 PST
Modified files:
sys/kern sys_pipe.c
Log:
add assertions in the places where giant is required to catch when
the pipe is locked and shouldn't be.
initialize pipe->pipe_mtxp to NULL when creating pipes in order not
to trip the above assertions.
swap pipe lock with giant around calls to pipe_destroy_write_buffer()
pipe_destroy_write_buffer issue noticed by: jhb
Revision Changes Path
1.92 +12 -0 src/sys/kern/sys_pipe.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?200202271849.g1RInwv52721>
