From: Christoph Lameter Date: Tue, 9 Aug 2011 21:12:25 +0000 (-0500) Subject: slub: pass kmem_cache_cpu pointer to get_partial() X-Git-Tag: v3.2-rc1~152^2^3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd19fd1a7b5152cf29f67aaab23aa61078aaa74;p=pandora-kernel.git 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 Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed