slub: Enable sysfs support for !CONFIG_SLUB_DEBUG
authorChristoph Lameter <cl@linux.com>
Tue, 5 Oct 2010 18:57:26 +0000 (13:57 -0500)
committerPekka Enberg <penberg@kernel.org>
Wed, 6 Oct 2010 13:54:36 +0000 (16:54 +0300)
Currently disabling CONFIG_SLUB_DEBUG also disabled SYSFS support meaning
that the slabs cannot be tuned without DEBUG.

Make SYSFS support independent of CONFIG_SLUB_DEBUG

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

No differences found