Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 02/13/2004 13:47:16
Module Name:	src
Committed By:	yamt
Date:		Fri Feb 13 13:47:16 UTC 2004

Modified Files:
	src/sys/uvm: uvm_extern.h uvm_loan.c uvm_page.c

Log Message:
when breaking a loan from uobj,
insert the replacement page into the same position
as the original page on the object memq so that
genfs_putpages (and lfs) won't be confused.

noted by Stephan Uphoff (PR/24328)


To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/uvm/uvm_extern.h
cvs rdiff -r1.47 -r1.48 src/sys/uvm/uvm_loan.c
cvs rdiff -r1.95 -r1.96 src/sys/uvm/uvm_page.c

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