CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/05/31 11:11:14
Modified files: sys/kern : subr_pool.c Log message: Move splassert checks from pool_do_get to pool_get(). Since the former is invoked with the pool mutex held, the asserts are satisfied by design. ok tedu@