Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 01/31/2006 14:11:25
Module Name: src
Committed By: yamt
Date: Tue Jan 31 14:11:25 UTC 2006
Modified Files:
src/sys/uvm: uvm_bio.c uvm_fault.c uvm_loan.c
Log Message:
handle "strange" filesystems like layered filesystems and tmpfs,
where pgo_get returns pages which don't belong to the uobj.
also fix an XXX in uvm_loananon and lock-unlock mismatch in uvm_loanuobj.
PR/28372, PR/32665 (Alan Barrett).
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/uvm/uvm_bio.c
cvs rdiff -r1.106 -r1.107 src/sys/uvm/uvm_fault.c
cvs rdiff -r1.57 -r1.58 src/sys/uvm/uvm_loan.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.