| To: | "David S. Miller" <davem@xxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH] bonding using arp_ip_target may stay down with active path |
| From: | Jay Vosburgh <fubar@xxxxxxxxxx> |
| Date: | Mon, 23 May 2005 14:21:36 -0700 |
| Cc: | eparis@xxxxxxxxxxxxxx, netdev@xxxxxxxxxxx, jgarzik@xxxxxxxxx, bonding-devel@xxxxxxxxxxxxxxxxxxxxx |
| In-reply-to: | Message from "David S. Miller" <davem@davemloft.net> of "Mon, 23 May 2005 12:51:07 PDT." <20050523.125107.45741257.davem@davemloft.net> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
David S. Miller <davem@xxxxxxxxxxxxx> wrote:
>Patch doesn't apply, tabs turned into spaces by your
>email client.
As penance for test applying trivial patches by hand, here's a
proper version.
-J
---
-Jay Vosburgh, IBM Linux Technology Center, fubar@xxxxxxxxxx
Signed-off-by: Jay Vosburgh <fubar@xxxxxxxxxx>
diff -urN linux-2.6.11/drivers/net/bonding/bond_main.c
linux-2.6.11-fix/drivers/net/bonding/bond_main.c
--- linux-2.6.11/drivers/net/bonding/bond_main.c 2005-05-23
14:07:37.000000000 -0700
+++ linux-2.6.11-fix/drivers/net/bonding/bond_main.c 2005-05-23
14:08:13.000000000 -0700
@@ -3046,7 +3046,7 @@
bond_set_slave_inactive_flags(bond->current_arp_slave);
/* search for next candidate */
- bond_for_each_slave_from(bond, slave, i,
bond->current_arp_slave) {
+ bond_for_each_slave_from(bond, slave, i,
bond->current_arp_slave->next) {
if (IS_UP(slave->dev)) {
slave->link = BOND_LINK_BACK;
bond_set_slave_active_flags(slave);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH linux-2.6.12-rc4-mm1] ethtool: Add NETIF_F_HW_CSUM support, David S. Miller |
|---|---|
| Next by Date: | Re: [PATCH] Implement NETDEV_FEAT_CHANGE, Catalin(ux aka Dino) BOIE |
| Previous by Thread: | Re: [PATCH] bonding using arp_ip_target may stay down with active path, David S. Miller |
| Next by Thread: | Re: [PATCH] bonding using arp_ip_target may stay down with active path, Eric Paris |
| Indexes: | [Date] [Thread] [Top] [All Lists] |