Subject: CVS commit: syssrc/sys/nfs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 01/26/2002 04:52:22
Module Name:	syssrc
Committed By:	chs
Date:		Sat Jan 26 02:52:21 UTC 2002

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

Log Message:
re-enable NFSv3 commit RPCs by abandoning my new approach in favor of
frank's scheme, with one new twist:  don't wait until we've totally run
out of free pages before committing, but instead notice when we've built
up a largish range of uncommitted pages and commit only the older half of
the range, which is likely to already be on disk on the server.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 syssrc/sys/nfs/nfs_bio.c
cvs rdiff -r1.50 -r1.51 syssrc/sys/nfs/nfs_node.c
cvs rdiff -r1.99 -r1.100 syssrc/sys/nfs/nfs_subs.c

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