Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/18/2001 17:52:32
Module Name: syssrc
Committed By: chs
Date: Sun Feb 18 15:52:32 UTC 2001
Modified Files:
syssrc/sys/nfs: nfs_bio.c
Log Message:
fix a couple more bugs:
- in nfs_getpages(), unbusy any pages that we don't free in the error path.
- in nfs_putpages(), only call biowait() if we actually started any i/os.
To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 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.