From: Jiri Bohac Date: Fri, 10 Jun 2011 10:27:20 +0000 (+0000) Subject: bonding: clean up bond_del_vlan() X-Git-Tag: v3.1-rc1~316^2~450^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830a9c75514b477994fd3847f72654d3dbdfa5ca;p=pandora-kernel.git 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 Signed-off-by: Jay Vosburgh Signed-off-by: David S. Miller --- Reading git-diff-tree failed