Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/10/2001 02:46:03
Module Name: syssrc
Committed By: thorpej
Date: Wed May 9 23:46:03 UTC 2001
Modified Files:
syssrc/sys/kern: subr_pool.c
syssrc/sys/sys: pool.h
Log Message:
Remove pool_create() and pool_prime(). Nothing except pool_create()
used pool_prime(), and no one uses pool_create() anymore.
This makes it easier to fix a locking pitfall.
To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/kern/subr_pool.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/sys/pool.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.