Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/03/2002 00:09:51
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Sep  2 21:09:51 UTC 2002

Modified Files:
	syssrc/sys/uvm: uvm_fault.c

Log Message:
When breaking an loan due to a page fault, check to see if the other
kind of reference-holder (anon or object) is referencing the page.  If
not, then the page must be removed from the pageq's.

Reviewed by Chuck Silvers.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 syssrc/sys/uvm/uvm_fault.c

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