From: Sebastian Andrzej Siewior Date: Wed, 28 Nov 2012 01:49:44 +0000 (-0800) Subject: target/configfs: allocate only 6 slots for dev_cg->default_groups X-Git-Tag: v3.8-rc1~94^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5675c8a8b72efdd09ccd1b0975c4670675775ef;p=pandora-kernel.git target/configfs: allocate only 6 slots for dev_cg->default_groups Only slots 0-5 are used so 6 slots should be enough. I don't see anyone writting anything else than NULL into ->default_groups[5] so a "late" initialisation should not happen here. (nab: Fix up minor apply breakage in for-next) Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed