commit | b3208b2024c9089106df52ae25ebf39068d6f9fc | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Mon Oct 17 19:15:45 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 18 11:44:58 2016 -0400 |
tree | f9c367022cb271f70f5ac414da790d43db529a95 | |
parent | 1a3f060c1a47dba4e12ac21ce62b57666b9c4e95 [diff] |
net: bonding: Flip to the new dev walk API Convert alb_send_learning_packets and bond_has_this_ip to use the new netdev_walk_all_upper_dev_rcu API. In both cases this is just a code conversion; no functional change is intended. v2 - removed typecast of data and simplified bond_upper_dev_walk Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>