Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 07/31/1999 11:56:27
Module Name: syssrc
Committed By: chs
Date: Sat Jul 31 18:56:27 UTC 1999
Modified Files:
syssrc/sys/uvm [chs-ubc2]: uvm_bio.c
Log Message:
in ubc_fault(), call VOP_GETPAGES() directly instead of going thru pgo_get().
also, we no longer to play games with the vm size of the file for nfs
(we actually need to do this for all filesystems, but not here).
To generate a diff of this commit:
cvs rdiff -r1.1.4.3 -r1.1.4.4 syssrc/sys/uvm/uvm_bio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.