From: Marcin Slusarz Date: Sun, 10 Feb 2008 10:21:54 +0000 (+0100) Subject: slab: avoid double initialization & do initialization in 1 place X-Git-Tag: v2.6.25-rc4~107^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc718d56c8297bd3a3c106ca09e8abf9814bb27;p=pandora-kernel.git slab: avoid double initialization & do initialization in 1 place - alloc_slabmgmt: initialize all slab fields in 1 place - slab->nodeid was initialized twice: in alloc_slabmgmt and immediately after it in cache_grow Signed-off-by: Marcin Slusarz CC: Christoph Lameter Reviewed-by: Pekka Enberg Signed-off-by: Christoph Lameter --- Reading git-diff-tree failed