Subject: CVS commit: src/sys/uvm
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 01/27/2003 04:10:21
Module Name: src
Committed By: enami
Date: Mon Jan 27 02:10:20 UTC 2003
Modified Files:
src/sys/uvm: uvm_page.c
Log Message:
uvm_page_unbusy should skip PGO_DONTCARE page; e.g., locked pgo_getpages
request may contain PGO_DONTCARE and nfs_getpages may unbusy them on error.
Fix is provided in PR#20028 by YAMAMOTO Takashi. (and same one is approved
by chuq while ago in private mail). It was my fault to forget to commit.
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 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.