commit | c752af2c555617017dbb3a66f81e974b66ad5e2d | [log] [tgz] |
---|---|---|
author | Veaceslav Falico <vfalico@redhat.com> | Wed Aug 28 23:25:09 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 29 16:19:42 2013 -0400 |
tree | 3f7ff263c2b69d1393016fe1c61f627a51949cf7 | |
parent | 8b5be8561b804edf6b58fc27edbccf1d45863e08 [diff] |
bonding: use netdev_upper list in bond_vlan_used Convert bond_vlan_used() to traverse the upper device list to see if we have any vlans above us. It's protected by rcu, and in case we are holding rtnl_lock we should call vlan_uses_dev() instead - it's faster. CC: Jay Vosburgh <fubar@us.ibm.com> CC: Andy Gospodarek <andy@greyhouse.net> Signed-off-by: Veaceslav Falico <vfalico@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>