From: Christoph Lameter Date: Wed, 9 May 2012 15:09:59 +0000 (-0500) Subject: slub: pass page to node_match() instead of kmem_cache_cpu structure X-Git-Tag: v3.6-rc1~50^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d437d2aa680f42d75cef45205834d5f605550a;p=pandora-kernel.git slub: pass page to node_match() instead of kmem_cache_cpu structure Avoid passing the kmem_cache_cpu pointer to node_match. This makes the node_match function more generic and easier to understand. Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed