slub: Move debug handlign in __slab_free
authorChristoph Lameter <cl@linux.com>
Fri, 15 Apr 2011 19:48:16 +0000 (14:48 -0500)
committerPekka Enberg <penberg@kernel.org>
Sun, 17 Apr 2011 11:03:20 +0000 (14:03 +0300)
commit8dc16c6c04b1a82d00a8464ccc08e1fe17d0ff82
tree8652572fe6cb411516c5d217eb25bbc6376e3036
parentdc1fb7f43636754a4d06f7bdb8ea3269a7d71d6d
slub: Move debug handlign in __slab_free

Its easier to read if its with the check for debugging flags.

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