Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/01/2004 11:53:38
Module Name:	src
Committed By:	yamt
Date:		Wed Sep  1 11:53:38 UTC 2004

Modified Files:
	src/sys/uvm: uvm_anon.c uvm_page.c

Log Message:
uvm_pagefree: when orphaning an A->K loaned page,
	- decrement uvmexp.anonpages as it's no longer an anon page.
	- null out anon->u.an_page as the anon no longer own the page.
uvm_anfree: add related assertions.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/uvm/uvm_anon.c
cvs rdiff -r1.98 -r1.99 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.