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