Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 03/25/2004 22:08:33
Module Name:	src
Committed By:	pooka
Date:		Thu Mar 25 22:08:33 UTC 2004

Modified Files:
	src/sys/kern: kern_ras.c

Log Message:
Convert pool_get()'s from nowait to waitok.  We're allowed to block,
and this is more acceptable since the code assumes success.

gmcgarry ok


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/kern/kern_ras.c

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