cvs commit: src/sys/kern sys_pipe.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Dec 19 04:52:30 PST 2006


pjd         2006-12-19 12:52:22 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  Use pipe_direct_write() optimization only if the data is in process' memory.
  This fixes sending data through pipe from the kernel.
  
  Fix suggested by:       rwatson
  
  Revision  Changes    Path
  1.189     +3 -2      src/sys/kern/sys_pipe.c


More information about the cvs-src mailing list