Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255512
b: refs/heads/master
c: 830a9c7
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Bohac authored and David S. Miller committed Jun 11, 2011
1 parent e548159 commit 12c2b2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 539d3ee6376eba05ebd947c81d097e31a3ee42a8
refs/heads/master: 830a9c75514b477994fd3847f72654d3dbdfa5ca
10 changes: 0 additions & 10 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,16 +329,6 @@ static int bond_del_vlan(struct bonding *bond, unsigned short vlan_id)

kfree(vlan);

if (list_empty(&bond->vlan_list) &&
(bond->slave_cnt == 0)) {
/* Last VLAN removed and no slaves, so
* restore block on adding VLANs. This will
* be removed once new slaves that are not
* VLAN challenged will be added.
*/
bond->dev->features |= NETIF_F_VLAN_CHALLENGED;
}

res = 0;
goto out;
}
Expand Down

0 comments on commit 12c2b2e

Please sign in to comment.