From: Christoph Lameter Date: Wed, 23 May 2007 20:57:31 +0000 (-0700) Subject: SLUB Debug: Fix object size calculation X-Git-Tag: v2.6.22-rc3~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c12b3c62513ecf95c979d5c1785f99562b9dd10d;p=pandora-kernel.git SLUB Debug: Fix object size calculation The object size calculation is wrong if !CONFIG_SLUB_DEBUG because the #ifdef CONFIG_SLUB_DEBUG is now switching off the size adjustments for DESTROY_BY_RCU and ctor. Signed-off-by: Christoph Lameter Acked-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed