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-rc2~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e51bfd0ad10600a9fe4c8ede5ac2272e80075008;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