Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/10/2000 19:03:35
Module Name: syssrc
Committed By: thorpej
Date: Sun Dec 10 17:03:35 UTC 2000
Modified Files:
syssrc/sys/kern: subr_pool.c
Log Message:
Don't hold a pool cache lock across any call to pool_get() or pool_put().
This allows us to change a try-lock into a normal lock in the reclaim
case.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 syssrc/sys/kern/subr_pool.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.