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