mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] bonding compile fix for 2.6.1-rc1-mm1 ...
@ 2003-12-31 16:46 Davide Libenzi
  2003-12-31 16:53 ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: Davide Libenzi @ 2003-12-31 16:46 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel Mailing List, Shmulik Hen


Sending this also to Hen since he has done the last major reshape.



- Davide



--- linux-2.6-rc1-mm1/drivers/net/bonding/bond_main.orig.c	2003-12-31 08:10:38.000000000 -0800
+++ linux-2.6-rc1-mm1/drivers/net/bonding/bond_main.c	2003-12-31 08:37:53.552550706 -0800
@@ -1657,8 +1657,8 @@
 		bond_change_active_slave(bond, NULL);
 	}
 
-	if ((bond->params.mode == BOND_MODE_TLB) ||
-	    (bond->params.mode == BOND_MODE_ALB)) {
+	if ((bond_mode == BOND_MODE_TLB) ||
+	    (bond_mode == BOND_MODE_ALB)) {
 		/* Must be called only after the slave has been
 		 * detached from the list and the curr_active_slave
 		 * has been cleared (if our_slave == old_current),


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-31 16:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-31 16:46 [patch] bonding compile fix for 2.6.1-rc1-mm1 Davide Libenzi
2003-12-31 16:53 ` Jeff Garzik
2003-12-31 16:54   ` Davide Libenzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®