From: Chen Gang Date: Fri, 12 Jul 2013 00:23:48 +0000 (+0800) Subject: mm/slub: remove 'per_cpu' which is useless variable X-Git-Tag: v3.12-rc1~8^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35e1a9744bfc267bf511c2f37266103994466c8;p=pandora-kernel.git mm/slub: remove 'per_cpu' which is useless variable Remove 'per_cpu', since it is useless now after the patch: "205ab99 slub: Update statistics handling for variable order slabs". And the partial list is handled in the same way as the per cpu slab. Acked-by: Christoph Lameter Signed-off-by: Chen Gang Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed