Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/06/1999 16:32:45
Module Name:	src
Committed By:	thorpej
Date:		Tue Apr  6 23:32:44 UTC 1999

Modified Files:
	src/sys/kern: subr_pool.c
Log Message:
More locking protocol fixes.  Protect pool_head with a spin lock (statically
initialized).  This lock also protects the "next drain candidate" pointer.

XXX There is still one locking protocol problem, which should not be
a problem in practice, but is still marked as an issue in the code anyhow.