commit | 86a37def2bba8d22f8b512e7c8a0f6f6e197728c | [log] [tgz] |
---|---|---|
author | fan.du <fan.du@windriver.com> | Mon Jul 22 14:20:12 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 24 14:24:56 2013 -0700 |
tree | 216b3aded2758d5b7af6ee0356d931081d60ef19 | |
parent | b9959fd3b0fa8ee5f45012ae5258d87ee6852baa [diff] |
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 <fan.du@windriver.com> Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> Cc: James Morris <jmorris@namei.org> Signed-off-by: David S. Miller <davem@davemloft.net>