commit | acd19fd1a7b5152cf29f67aaab23aa61078aaa74 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Tue Aug 09 16:12:25 2011 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Fri Aug 19 19:34:26 2011 +0300 |
tree | 8695f48ccaa1baa3bc26df2d7b1b0648dd82078b | |
parent | e6e82ea1127d899af7eee876f1c1103716d13772 [diff] |
slub: pass kmem_cache_cpu pointer to get_partial() Pass the kmem_cache_cpu pointer to get_partial(). That way we can avoid the this_cpu_write() statements. Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>