From: David Rientjes Date: Fri, 15 Jan 2010 20:49:56 +0000 (-0800) Subject: slub: remove impossible condition X-Git-Tag: v2.6.34-rc1~189^2~1^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7738dd9e8f2bc1c249e00c9c20e018448fac0084;p=pandora-kernel.git slub: remove impossible condition `s' cannot be NULL if kmalloc_caches is not NULL. This conditional would trigger a NULL pointer on `s', anyway, since it is immediately derefernced if true. Acked-by: Christoph Lameter Signed-off-by: David Rientjes Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed