Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 05/09/2002 10:04:24
Module Name:	syssrc
Committed By:	enami
Date:		Thu May  9 07:04:24 UTC 2002

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

Log Message:
In uao_put(), if we wait for the busy page owned by someone else,
we can't simply reuse the pointor to the page.  Instead, we need to
acquire it again.  So, rearrange the loop like genfs_putpages() does.
Reviewed by chuq.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 syssrc/sys/uvm/uvm_aobj.c

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