From: Christoph Lameter Date: Thu, 17 May 2007 05:11:00 +0000 (-0700) Subject: SLUB: Simplify debug code X-Git-Tag: v2.6.22-rc2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec0974210fe1b7c0618ad6e39a882a4237d7de2;p=pandora-kernel.git SLUB: Simplify debug code Consolidate functionality into the #ifdef section. Extract tracing into one subroutine. Move object debug processing into the #ifdef section so that the code in __slab_alloc and __slab_free becomes minimal. Reduce number of functions we need to provide stubs for in the !SLUB_DEBUG case. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed