commit | fe884c2be0b329042eaf0371ebdbb636ba3ccc39 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Fri Oct 19 12:45:28 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 22 19:33:29 2018 -0700 |
tree | 9033387e86043255b868ebca40dfb29d0e0cbf1a | |
parent | 1c98eca412e1f183070e76d103a296d7afccfd64 [diff] |
net/ipv6: Remove ip_idx arg to in6_dump_addrs ip_idx is always 0 going into in6_dump_addrs; it is passed as a pointer to save the last good index into cb. Since cb is already argument to in6_dump_addrs, just save the value there. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>