Date: Wed, 13 Aug 2003 13:01:38 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c src/sys/sys pipe.h Message-ID: <200308132001.h7DK1cV2064866@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/08/13 13:01:38 PDT
FreeBSD src repository
Modified files:
sys/kern sys_pipe.c
sys/sys pipe.h
Log:
- The vm_object pointer in pipe_buffer is unused. Remove it.
- Check for successful initialization of pipe_zone in pipeinit()
rather than every call to pipe(2).
Revision Changes Path
1.147 +2 -5 src/sys/kern/sys_pipe.c
1.24 +0 -1 src/sys/sys/pipe.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308132001.h7DK1cV2064866>
