From: Sebastian Andrzej Siewior Date: Tue, 27 Nov 2012 17:54:21 +0000 (+0100) Subject: target/configfs: use kmalloc() instead of kzalloc() for default groups X-Git-Tag: v3.8-rc1~94^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f6a91479b06133eb99f1f43be02608eb867313;p=pandora-kernel.git target/configfs: use kmalloc() instead of kzalloc() for default groups All elements are assigned even the NULL member at the end so there is no reason to allocate zeroed memory. (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