Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 10/29/2002 12:15:18
Module Name:	syssrc
Committed By:	yamt
Date:		Tue Oct 29 10:15:17 UTC 2002

Modified Files:
	syssrc/sys/nfs: nfs_bio.c

Log Message:
fix panic (assertion failure) on error case.
if uiomove is failed, we should clean up pages past eof.

the problem reported by kay.
ok'ed by Chuck Silvers.


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 syssrc/sys/nfs/nfs_bio.c

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