Re: [patch 03/10] SLUB: Move kmem_cache_node determination into add_full and add_partial

2007-10-28 Thread Pekka J Enberg
On Sat, 27 Oct 2007, Christoph Lameter wrote: > The kmem_cache_node determination can be moved into add_full() > and add_partial(). This removes some code from the slab_free() > slow path and reduces the register overhead that has to be managed > in the slow path. Reviewed-by: Pekka Enberg <[EMAIL

[patch 03/10] SLUB: Move kmem_cache_node determination into add_full and add_partial

2007-10-27 Thread Christoph Lameter
The kmem_cache_node determination can be moved into add_full() and add_partial(). This removes some code from the slab_free() slow path and reduces the register overhead that has to be managed in the slow path. Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> --- mm/slub.c | 29 +++