commit | bfd8e5a407133e58a92a38ccf3d0ba6db81f22d8 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Oct 09 06:01:37 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 09 10:29:39 2017 -0700 |
tree | 346ce561468c4a196859b42728c07b1b9f099d6a | |
parent | 410a619adc1a7032e264d991feecb8d42aca89e4 [diff] |
ipv6: avoid zeroing per cpu data again per cpu allocations are already zeroed, no need to clear them again. Fixes: d52d3997f843f ("ipv6: Create percpu rt6_info") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Martin KaFai Lau <kafai@fb.com> Cc: Tejun Heo <tj@kernel.org> Acked-by: Tejun Heo <tj@kernel.org> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>