Re: [PATCH] slab: avoid double initialization & do it in 1 function

2007-12-29 Thread Pekka J Enberg
Hi Marcin, On Thu, 27 Dec 2007, Marcin Slusarz wrote: > * alloc_slabmgmt: initialize all slab fields in 1 function > * slab->nodeid was initialized twice: in alloc_slabmgmt > and immediately after it in cache_grow Looks good to me. Reviewed-by: Pekka Enberg <[EMAIL PROTECTED]> -- To unsubscrib

[PATCH] slab: avoid double initialization & do it in 1 function

2007-12-27 Thread Marcin Slusarz
* alloc_slabmgmt: initialize all slab fields in 1 function * slab->nodeid was initialized twice: in alloc_slabmgmt and immediately after it in cache_grow Signed-off-by: Marcin Slusarz <[EMAIL PROTECTED]> CC: Christoph Lameter <[EMAIL PROTECTED]> CC: Pekka Enberg <[EMAIL PROTECTED]> diff --git a/