summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2003-08-13 20:01:38 +0000
committeralc <alc@FreeBSD.org>2003-08-13 20:01:38 +0000
commit7a81ace60df101a63207841af8b2a9fe36ac7703 (patch)
tree3d4efd5042f1794fa3227c035c1f73657888737c /sys/sys/pipe.h
parent99491ba6999d4f5b5732300fed7af38e6e7f186f (diff)
downloadFreeBSD-src-7a81ace60df101a63207841af8b2a9fe36ac7703.zip
FreeBSD-src-7a81ace60df101a63207841af8b2a9fe36ac7703.tar.gz
- 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).
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index d9ab09c..93103f6 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -74,7 +74,6 @@ struct pipebuf {
u_int out; /* out pointer */
u_int size; /* size of buffer */
caddr_t buffer; /* kva of buffer */
- struct vm_object *object; /* VM object containing buffer */
};
/*
OpenPOWER on IntegriCloud