Date: Tue, 3 Aug 2004 02:59:15 +0000 (UTC) From: Mike Silbersack <silby@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: <200408030259.i732xF5e052618@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2004-08-03 02:59:15 UTC
FreeBSD src repository
Modified files:
sys/kern sys_pipe.c
Log:
Standardize pipe locking, ensuring that everything is locked via
pipelock(), not via a mixture of mutexes and pipelock(). Additionally,
add a few KASSERTS, and change some statements that should have been
KASSERTS into KASSERTS.
As a result of these cleanups, some segments of code have become
significantly shorter and/or easier to read.
Revision Changes Path
1.175 +115 -152 src/sys/kern/sys_pipe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408030259.i732xF5e052618>
