diff options
author | David Ahern <dsahern@gmail.com> | 2018-10-19 21:45:28 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-23 04:33:29 +0200 |
commit | fe884c2be0b329042eaf0371ebdbb636ba3ccc39 (patch) | |
tree | 9033387e86043255b868ebca40dfb29d0e0cbf1a /net/ipv4/devinet.c | |
parent | net/ipv4: Move loop over addresses on a device into in_dev_dump_addr (diff) | |
download | linux-fe884c2be0b329042eaf0371ebdbb636ba3ccc39.tar.xz linux-fe884c2be0b329042eaf0371ebdbb636ba3ccc39.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions