From: Sebastian Andrzej Siewior Date: Tue, 27 Nov 2012 17:54:19 +0000 (+0100) Subject: target/configfs: allocate pointers instead of full struct for default_groups X-Git-Tag: v3.8-rc1~94^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c98d2f439f3f945c5040fd648d817e86314f2fa;p=pandora-kernel.git target/configfs: allocate pointers instead of full struct for default_groups default_groups is defined as struct config_group **default_groups so we don't need to allocate a whole struct but only enough space for a pointer that points there. (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