Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/18/2001 17:03:43
Module Name:	syssrc
Committed By:	chs
Date:		Sun Feb 18 15:03:43 UTC 2001

Modified Files:
	syssrc/sys/miscfs/genfs: genfs_vnops.c

Log Message:
fix a couple more bugs:
 - in genfs_getpages(), unbusy any pages that we don't free in the error path.
 - in genfs_putpages(), if we get a bmap error, record that in the master buf.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/miscfs/genfs/genfs_vnops.c

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