cvs commit: src/sys/kern sys_pipe.c src/sys/sys pipe.h

Alan Cox alc at FreeBSD.org
Wed Aug 13 13:01:39 PDT 2003


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


More information about the cvs-src mailing list