[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47912B83.5010407@gmail.com>
Date: Fri, 18 Jan 2008 23:43:15 +0100
From: Jarek Poplawski <jarkao2@...il.com>
To: Jarek Poplawski <jarkao2@...il.com>
CC: Makito SHIOKAWA <mshiokawa@...aclelinux.com>,
netdev@...r.kernel.org
Subject: Re: [PATCH 3/4] bonding: Fix work rearming
Jarek Poplawski wrote, On 01/18/2008 11:27 PM:
> Makito SHIOKAWA wrote, On 01/18/2008 02:43 PM:
...
> @@ -1026,7 +1028,7 @@ static ssize_t bonding_store_miimon(stru
>> cancel_delayed_work_sync(&bond->lb_arp_work);
>> }
>>
>> - if (bond->dev->flags & IFF_UP) {
>> + if (bond->params.miimon && (bond->dev->flags & IFF_UP)) {
...similar change in bonding_store_arp_interval(), I guess?
Jarek P.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists