| Submitter | Narendra K |
|---|---|
| Date | June 1, 2010, 5:45 p.m. |
| Message ID | <EDA0A4495861324DA2618B4C45DCB3EE612882@blrx3m08.blr.amer.dell.com> |
| Download | mbox | patch |
| Permalink | /patch/54269/ |
| State | RFC |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 0075514..f280aaf 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -2408,7 +2408,7 @@ void bond_mii_monitor(struct work_struct *work) } re_arm: - if (bond->params.miimon) + if (bond->params.miimon && !bond->kill_timers) queue_delayed_work(bond->wq, &bond->mii_work, msecs_to_jiffies(bond->params.miimon));