Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298778
b: refs/heads/master
c: 5a43097
h: refs/heads/master
v: v3
  • Loading branch information
Veaceslav Falico authored and David S. Miller committed Apr 5, 2012
1 parent 9bfc1c1 commit a0e6342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: bcf1b70ac6eb0ed8286c66e6bf37cb747cbaa04c
refs/heads/master: 5a4309746cd74734daa964acb02690c22b3c8911
6 changes: 5 additions & 1 deletion trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3010,7 +3010,11 @@ static void bond_ab_arp_commit(struct bonding *bond, int delta_in_ticks)
trans_start + delta_in_ticks)) ||
bond->curr_active_slave != slave) {
slave->link = BOND_LINK_UP;
bond->current_arp_slave = NULL;
if (bond->current_arp_slave) {
bond_set_slave_inactive_flags(
bond->current_arp_slave);
bond->current_arp_slave = NULL;
}

pr_info("%s: link status definitely up for interface %s.\n",
bond->dev->name, slave->dev->name);
Expand Down

0 comments on commit a0e6342

Please sign in to comment.