Subject: CVS commit: src/sys/miscfs/genfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/24/2007 22:46:03
Module Name:	src
Committed By:	perseant
Date:		Tue Apr 24 22:46:03 UTC 2007

Modified Files:
	src/sys/miscfs/genfs: genfs.h genfs_vnops.c

Log Message:
Split the VOP interface part of genfs_putpages() from the code.  The new
function that does the work, genfs_do_putpages(), now takes as an argument
a pointer to the page that would be waited on, if PGO_BUSYWAIT were not set.
This allows a consumer, e.g. lfs_putpages(), to perform an action outside
the scope of UVM before sleeping on the page in question.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/miscfs/genfs/genfs.h
cvs rdiff -r1.150 -r1.151 src/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.