Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298760
b: refs/heads/master
c: 2af73d4
h: refs/heads/master
v: v3
  • Loading branch information
Shlomo Pongratz authored and David S. Miller committed Apr 4, 2012
1 parent b45a8c6 commit 430129c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acdd5985364f8dc511a0762fab2e683f29d9d692
refs/heads/master: 2af73d4b2afe826d23e83f3747f850eefbd867ff
3 changes: 3 additions & 0 deletions trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2034,6 +2034,9 @@ int bond_release(struct net_device *bond_dev, struct net_device *slave_dev)
write_unlock_bh(&bond->lock);
unblock_netpoll_tx();

if (bond->slave_cnt == 0)
call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev);

bond_compute_features(bond);
if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) &&
(old_features & NETIF_F_VLAN_CHALLENGED))
Expand Down

0 comments on commit 430129c

Please sign in to comment.