Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 12:52:22 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sys_pipe.c
Message-ID:  <200612191252.kBJCqMSj027759@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612191252.kBJCqMSj027759>