]> git.baikalelectronics.ru Git - kernel.git/commit
net ipv6: Remove rebundant rt6i_nsiblings initialization
authorfan.du <fan.du@windriver.com>
Mon, 22 Jul 2013 06:20:12 +0000 (14:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2013 21:24:56 +0000 (14:24 -0700)
commit7804c3704a2c55c0ff0da5a0edaff3302c7ff45e
tree216b3aded2758d5b7af6ee0356d931081d60ef19
parent9c391875fad1e2e11a91b1e676f593ef27461ec8
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>
net/ipv6/route.c