commit | 830a9c75514b477994fd3847f72654d3dbdfa5ca | [log] [tgz] |
---|---|---|
author | Jiri Bohac <jbohac@suse.cz> | Fri Jun 10 10:27:20 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 11 16:13:29 2011 -0700 |
tree | 945e3a5187560332c4acbfd6cefee93b19a97d21 | |
parent | 539d3ee6376eba05ebd947c81d097e31a3ee42a8 [diff] |
bonding: clean up bond_del_vlan() 1) the setting of NETIF_F_VLAN_CHALLENGED in bond_del_vlan() is useless since commit b2a103e6 because bond_fix_features() now sets NETIF_F_VLAN_CHALLENGED whenever the last slave is being removed. 2) the code never triggers anyway as vlan_list is never empty since ad1afb00. Signed-off-by: Jiri Bohac <jbohac@suse.cz> Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>