Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/20/2004 18:19:27
Module Name:	src
Committed By:	thorpej
Date:		Sun Jun 20 18:19:27 UTC 2004

Modified Files:
	src/sys/kern: subr_pool.c
	src/sys/sys: pool.h

Log Message:
Remove PR_IMMEDRELEASE, since setting the high water mark will achieve
the same thing.

Pointed out back in January by YAMAMOTO Takashi.


To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 src/sys/kern/subr_pool.c
cvs rdiff -r1.43 -r1.44 src/sys/sys/pool.h

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