commit | 98072e4d977aabe6a39abb95951cd8bf2c2202d5 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@parallels.com> | Thu Oct 28 13:50:37 2010 +0400 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Nov 06 09:04:33 2010 +0200 |
tree | a4bbecec358e8ef295ac6df3e626a16218f2d98d | |
parent | 716ce5d4a6f81653507c21b152eb7629d150ce7a [diff] |
slub: Fix slub_lock down/up imbalance There are two places, that do not release the slub_lock. Respective bugs were introduced by sysfs changes ab4d5ed5 (slub: Enable sysfs support for !CONFIG_SLUB_DEBUG) and 2bce6485 ( slub: Allow removal of slab caches during boot). Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: Pekka Enberg <penberg@kernel.org>