From: Tetsuo Handa Date: Sun, 30 Sep 2012 08:28:25 +0000 (+0900) Subject: slab: Fix build failure in __kmem_cache_create() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~8^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608da7e3fc7259eca0d983b31bc8915af14cf15e;p=pandora-kernel.git slab: Fix build failure in __kmem_cache_create() Fix build failure with CONFIG_DEBUG_SLAB=y && CONFIG_DEBUG_PAGEALLOC=y caused by commit 8a13a4cc "mm/sl[aou]b: Shrink __kmem_cache_create() parameter lists". mm/slab.c: In function '__kmem_cache_create': mm/slab.c:2474: error: 'align' undeclared (first use in this function) mm/slab.c:2474: error: (Each undeclared identifier is reported only once mm/slab.c:2474: error: for each function it appears in.) make[1]: *** [mm/slab.o] Error 1 make: *** [mm] Error 2 Acked-by: Christoph Lameter Signed-off-by: Tetsuo Handa Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed