Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/nfs
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.
Home |
Main Index |
Thread Index |
Old Index