From: fan.du Date: Mon, 22 Jul 2013 06:20:12 +0000 (+0800) Subject: net ipv6: Remove rebundant rt6i_nsiblings initialization X-Git-Tag: v3.12-rc1~132^2~478 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86a37def2bba8d22f8b512e7c8a0f6f6e197728c;p=pandora-kernel.git net ipv6: Remove rebundant rt6i_nsiblings initialization Seting rt->rt6i_nsiblings to zero is rebundant, because above memset zeroed the rest of rt excluding the first dst memember. Signed-off-by: Fan Du Acked-by: Nicolas Dichtel Acked-by: Hannes Frederic Sowa Cc: Hideaki YOSHIFUJI Cc: James Morris Signed-off-by: David S. Miller --- Reading git-diff-tree failed