Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 01/29/2001 04:38:03
Module Name: syssrc
Committed By: enami
Date: Mon Jan 29 02:38:02 UTC 2001
Modified Files:
syssrc/sys/kern: subr_pool.c
Log Message:
Don't use PR_URGENT to allocate page header. We don't want to just panic
on memory shortage. Instead, use the same wait/nowait condition with the
item requested, and just cleanup and return failure if we can't allocate
page header while we aren't allowed to wait.
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/kern/subr_pool.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.