slub: fix ksize() build error
authorMariusz Kozlowski <mk@lab.zgora.pl>
Sat, 26 Feb 2011 19:10:26 +0000 (20:10 +0100)
committerPekka Enberg <penberg@kernel.org>
Sun, 27 Feb 2011 10:05:16 +0000 (12:05 +0200)
mm/slub.c: In function 'ksize':
mm/slub.c:2728: error: implicit declaration of function 'slab_ksize'

slab_ksize() needs to go out of CONFIG_SLUB_DEBUG section.

Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Mariusz Kozlowski <mk@lab.zgora.pl>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

No differences found