Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 01/21/2006 14:09:35
Module Name:	src
Committed By:	reinoud
Date:		Sat Jan 21 14:09:35 UTC 2006

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

Log Message:
Propagate an appropiate error code in nestiobuf_iodone() to the master
buffer when the passed nested buffer has no B_ERROR flag set but not all
was transfered for the nested iobuf extent.

Discussed on tech-kern and ok'd by Takashi


To generate a diff of this commit:
cvs rdiff -r1.154 -r1.155 src/sys/kern/vfs_bio.c

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