commit | 01ad8a7bc226ddbbf90e4c15167d9e31a8d02930 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Fri Apr 15 14:48:14 2011 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Sun Apr 17 14:03:19 2011 +0300 |
tree | ec3c1de81f6130917e1df2f4bbbc4d4be93e014c | |
parent | 5f80b13ae45df7da6646d1881da186318e70b6b6 [diff] |
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 <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>