From: Tetsuo Handa Date: Thu, 21 Jul 2011 00:42:45 +0000 (+0900) Subject: slab: fix DEBUG_SLAB warning X-Git-Tag: v3.1-rc1~328^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea466f2256b02a7047dfd47d76a2f6c1e427e3e;p=pandora-kernel.git slab: fix DEBUG_SLAB warning In commit c225150b "slab: fix DEBUG_SLAB build", "if ((unsigned long)objp & (ARCH_SLAB_MINALIGN-1))" is always true if ARCH_SLAB_MINALIGN == 0. Do not print warning if ARCH_SLAB_MINALIGN == 0. Signed-off-by: Tetsuo Handa Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed