Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/18/2001 21:26:50
Module Name: syssrc
Committed By: chs
Date: Sun Feb 18 19:26:50 UTC 2001
Modified Files:
syssrc/sys/uvm: uvm_pager.c
Log Message:
in uvm_aio_aiodone(), don't mark the page(s) clean if the pageout
failed because we failed to acquire some resource needed to initiate
the pageout (such as failing to lock an indirect buffer) rather than
a hard i/o error. in this case we just want to reactivate the page(s)
so that we'll try to write them again later.
while I'm here, clean up some DIAGNOSTIC code.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/uvm/uvm_pager.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.