From 7a81ace60df101a63207841af8b2a9fe36ac7703 Mon Sep 17 00:00:00 2001 From: alc Date: Wed, 13 Aug 2003 20:01:38 +0000 Subject: - 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). --- sys/sys/pipe.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/sys/pipe.h') 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 */ }; /* -- cgit v1.1