From: Christoph Lameter Date: Fri, 9 Jul 2010 19:07:14 +0000 (-0500) Subject: slub: Use kmem_cache flags to detect if slab is in debugging mode. X-Git-Tag: v2.6.36-rc1~519^2^4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af537b0a6c650ab6ff7104d8163e96866b31c835;p=pandora-kernel.git slub: Use kmem_cache flags to detect if slab is in debugging mode. The cacheline with the flags is reachable from the hot paths after the percpu allocator changes went in. So there is no need anymore to put a flag into each slab page. Get rid of the SlubDebug flag and use the flags in kmem_cache instead. Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed