Re: [patch 05/10] SLUB: __slab_alloc() exit path consolidation

2007-10-28 Thread Pekka J Enberg
On Sat, 27 Oct 2007, Christoph Lameter wrote: > Use a single exit path by using goto's to the hottest exit path. Reviewed-by: Pekka Enberg <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info

[patch 05/10] SLUB: __slab_alloc() exit path consolidation

2007-10-27 Thread Christoph Lameter
Use a single exit path by using goto's to the hottest exit path. Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> --- mm/slub.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Index: linux-2.6/mm/slub.c === ---