Subject: Re: CVS commit: src/sys/kern
To: None <simonb@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 04/15/2006 11:39:20
Simon Burge <simonb@netbsd.org> writes:
> Module Name:	src
> Committed By:	simonb
> Date:		Sat Apr 15 14:23:11 UTC 2006
>
> Modified Files:
> 	src/sys/kern: subr_pool.c
>
> Log Message:
> Add a DEBUG check that panics if pool_init() is called more than
> once on the same pool.
>
> As discussed on tech-kern a few months ago.

Are pools initialized so often that this shouldn't always happen? I
didn't think pool_init was that performance critical...

Perry