Subject: CVS commit: [netbsd-2-0] src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 09/11/2004 11:00:10
Module Name:	src
Committed By:	he
Date:		Sat Sep 11 11:00:10 UTC 2004

Modified Files:
	src/sys/uvm [netbsd-2-0]: uvm_anon.c

Log Message:
Pull up revisions 1.30-1.31 (requested by yamt in ticket #830):
  Correct page accounting for anon pages: decrement
  uvmexp.anonpages when orphaning an A->K loaned page, and
  null out anon.u.an_page as the anon no longer owns the page
  in that case.  Add a few related assertions.  Also correct
  a comment.


To generate a diff of this commit:
cvs rdiff -r1.28.2.1 -r1.28.2.2 src/sys/uvm/uvm_anon.c

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