From: Christoph Lameter Date: Fri, 15 Apr 2011 19:48:15 +0000 (-0500) Subject: slub: Move node determination out of hotpath X-Git-Tag: v3.0-rc1~341^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1fb7f43636754a4d06f7bdb8ea3269a7d71d6d;p=pandora-kernel.git slub: Move node determination out of hotpath If the node does not change then there is no need to recalculate the node from the page struct. So move the node determination into the places where we acquire a new slab page. Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed