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

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

Log Message:
* replace incorrect M_WAITOK flag from pool_get() by proper PR_WAITOK
  and remove redundant check for NULL return value
* switch pool page allocator to nointr allocator

jdolecek sayeth ok


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/sys/kern/sys_pipe.c

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