slub: Move functions to reduce #ifdefs
authorChristoph Lameter <cl@linux.com>
Tue, 5 Oct 2010 18:57:27 +0000 (13:57 -0500)
committerPekka Enberg <penberg@kernel.org>
Wed, 6 Oct 2010 13:54:37 +0000 (16:54 +0300)
There is a lot of #ifdef/#endifs that can be avoided if functions would be in different
places. Move them around and reduce #ifdef.

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

diff --cc mm/slub.c
Simple merge