mm/slub: remove 'per_cpu' which is useless variable
authorChen Gang <gang.chen@asianux.com>
Fri, 12 Jul 2013 00:23:48 +0000 (08:23 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 15 Jul 2013 09:37:55 +0000 (12:37 +0300)
commite35e1a9744bfc267bf511c2f37266103994466c8
treeb85540f884dd82a7ab144301260501bec314ca3e
parentad81f0545ef01ea651886dddac4bef6cec930092
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 <cl@linux.com>
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slub.c