commit | e35e1a9744bfc267bf511c2f37266103994466c8 | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Fri Jul 12 08:23:48 2013 +0800 |
committer | Pekka Enberg <penberg@kernel.org> | Mon Jul 15 12:37:55 2013 +0300 |
tree | b85540f884dd82a7ab144301260501bec314ca3e | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 [diff] |
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>