Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/07/2004 12:17:10
Module Name:	src
Committed By:	yamt
Date:		Wed Jan  7 12:17:10 UTC 2004

Modified Files:
	src/sys/nfs: nfs_serv.c
	src/sys/uvm: uvm_loan.c uvm_loan.h

Log Message:
- get pages to loan out in uvm_loanuobjpages() rather than
  having caller (nfsd, in this case) do so.
- tweak locking so that nfs loaned READ works on layered filesystems.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/nfs/nfs_serv.c
cvs rdiff -r1.44 -r1.45 src/sys/uvm/uvm_loan.c
cvs rdiff -r1.11 -r1.12 src/sys/uvm/uvm_loan.h

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