]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a lock order reversal in uma_zdestroy. The uma_mtx needs to be held across
authorJeff Roberson <jeff@FreeBSD.org>
Fri, 5 Jul 2002 21:39:52 +0000 (21:39 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Fri, 5 Jul 2002 21:39:52 +0000 (21:39 +0000)
commit17b9cc4941323f4f2d5a1e66dc5c739e526f3533
treed80ac6b224b4436c7430222f1e12fa9d2d54c257
parent89b2e0c349a00a4a3bd4b17954ad86a0ad260454
Fix a lock order reversal in uma_zdestroy.  The uma_mtx needs to be held across
calls to zone_drain().

Noticed by: scottl
sys/vm/uma_core.c