From: Christoph Lameter Date: Fri, 15 Apr 2011 19:48:14 +0000 (-0500) Subject: slub: Eliminate repeated use of c->page through a new page variable X-Git-Tag: v3.0-rc1~341^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ad8a7bc226ddbbf90e4c15167d9e31a8d02930;p=pandora-kernel.git slub: Eliminate repeated use of c->page through a new page variable __slab_alloc is full of "c->page" repeats. Lets just use one local variable named "page" for this. Also avoids the need to a have another variable called "new". Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed