Subject: CVS commit: syssrc/sys/kern
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 11/27/2001 16:46:06
> Log Message:
> crfree(): add DIAGNOSTIC sanity check of cr_ref; unfortunately, if the memory
> is freed prematurely the check won't be triggered immediatelly, probably
> since the memory is likely to be reused fast; but it _would_ be triggered
> eventually

This check doesn't make sense also when crhold() is called
sequencially (i.e., twice without crfree()), does it?

enami.