From: Christoph Lameter Date: Sat, 16 Feb 2008 07:45:25 +0000 (-0800) Subject: slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG X-Git-Tag: v2.6.25-rc4~107^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae20bfda6813387af18c7fdbc0f8b1fa7be2d05b;p=pandora-kernel.git slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG The BUG_ONs are useless since the pointer derefs will lead to NULL deref errors anyways. Some of the checks are not necessary if no debugging is possible. Signed-off-by: Christoph Lameter --- Reading git-diff-tree failed