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

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

Log Message:
Don't use PR_IMMEDRELEASE on buffer cache pools.  Instead, set a high
water mark of 1, which will have the same effect.

Pointed out back in January by YAMAMOTO Takashi.


To generate a diff of this commit:
cvs rdiff -r1.125 -r1.126 src/sys/kern/vfs_bio.c

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