Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/21/2004 04:30:33
Module Name:	src
Committed By:	yamt
Date:		Sun Nov 21 04:30:33 UTC 2004

Modified Files:
	src/sys/kern: sys_pipe.c

Log Message:
pipe_direct_write: fallback to non-loan write in the case of
any errors from uvm_loan(), rather than only for ENOMEM, which is
never returned by uvm_loan().


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sys/kern/sys_pipe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.