commit | c17dda40a6a4ed95f035db38b7ba4fab0d99da44 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed May 09 10:09:57 2012 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Fri Jun 01 09:25:41 2012 +0300 |
tree | 332ba90981bb35d851a4078a3086352432a54b7c | |
parent | ec3ab083a7a004282ee374bdaeb0aa603521b8eb [diff] |
slub: Separate out kmem_cache_cpu processing from deactivate_slab Processing on fields of kmem_cache_cpu is cleaner if code working on fields of this struct is taken out of deactivate_slab(). Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>