Subject: CVS commit: [netbsd-2-0] src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/10/2004 14:26:51
Module Name:	src
Committed By:	tron
Date:		Mon May 10 14:26:51 UTC 2004

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

Log Message:
Pull up revision 1.29 (requested by yamt in ticket #271):
fix a amap_wirerange deadlock problem by re-introducing
PG_RELEASED for anon pages.  PR/23171 from Christian Limpach.
for details, see discussion filed in the PR database.
uvm_anon_release: a new function to free anon-owned PG_RELEASED page.
uvm_anfree: we can't wait for the page here because the caller might hold
	amap lock.  instead, just mark the page as PG_RELEASED.
	who unbusy the page should check the PG_RELEASED.
uvm_aio_aiodone: uvm_anon_release() instead of uvm_page_unbusy()
	if appropriate.
uvmfault_anonget: check PG_RELEASED.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.28.2.1 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.