]> git.karo-electronics.de Git - mv-sheeva.git/commit
bonding: Change active slave quietly when bond is down
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 13 Dec 2010 08:19:56 +0000 (08:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Dec 2010 20:43:22 +0000 (12:43 -0800)
commitffa95ed50f9fb2d8faaa6bd73086a7056ea46a06
tree17502c5275b8f28563ccfd15f23fe85a5e2dabfe
parent8387451e558853f7b513790c0070e3b6f0c135aa
bonding: Change active slave quietly when bond is down

bond_change_active_slave() may be called when a slave is added, even
if the bond has not been brought up yet.  It may then attempt to send
packets, and further it may use mcast_work which is uninitialised
before the bond is brought up.  Add the necessary checks for
netif_running(bond->dev).

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jay Vosburgh <fubar@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c