slub: fix SLUB_RESILIENCY_TEST for dynamic kmalloc caches
authorDavid Rientjes <rientjes@google.com>
Wed, 25 Aug 2010 23:32:27 +0000 (16:32 -0700)
committerPekka Enberg <penberg@kernel.org>
Sat, 2 Oct 2010 07:24:29 +0000 (10:24 +0300)
Now that the kmalloc_caches array is dynamically allocated at boot,
SLUB_RESILIENCY_TEST needs to be fixed to pass the correct type.

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

No differences found