| To: | Margit Schubert-While <margitsw@xxxxxxxxxxx> |
|---|---|
| Subject: | Re: msleep changes |
| From: | Nishanth Aravamudan <nacc@xxxxxxxxxx> |
| Date: | Thu, 23 Sep 2004 09:08:10 -0700 |
| Cc: | davem@xxxxxxxxxxxxx, netdev@xxxxxxxxxxx |
| In-reply-to: | <5.1.0.14.2.20040923050120.0257f490@xxxxxxxxxxxxxxx> |
| References: | <5.1.0.14.2.20040923050120.0257f490@xxxxxxxxxxxxxxx> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.5.6+20040722i |
On Thu, Sep 23, 2004 at 05:24:33AM +0200, Margit Schubert-While wrote:
> Hi Nish,
> In latest BK :
>
> # drivers/atm/lanai.c
> # 2004/09/21 14:58:17-07:00 chas@xxxxxxxxxxxxxxxx +1 -1
> # [ATM]: [drivers] Use msleep() instead of schedule_timeout()
> # From Nishanth Aravamudan <nacc@xxxxxxxxxx>
>
> diff -Nru a/drivers/atm/lanai.c b/drivers/atm/lanai.c
> --- a/drivers/atm/lanai.c 2004-09-21 17:11:30 -07:00
> +++ b/drivers/atm/lanai.c 2004-09-21 17:11:30 -07:00
> @@ -813,7 +813,7 @@
> DPRINTK("read, write = %d, %d\n", read, write);
> break;
> }
> - schedule_timeout(HZ / 25);
> + msleep(4);
>
>
> ??????
>
> Just one that immediately lept to my eye.
> I am not going to check them all.
> That's your job :-)
Thanks for catching this. I actually have re-pushed the patch already
with the correct time, but it is only going to be in the latest kjt
(which was sent yesterday, I think). Ahh, I see the problem; somehow the
maintainer's patch had msleep(4) in it, even though my patch had
msleep(40). It should be corrected soon. Thanks for seeing this, again.
-Nish
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH][ATM]: [drivers] use msleep() instead of schedule_timeout() (from Nishanth Aravamudan <nacc@xxxxxxxxxx>), Nishanth Aravamudan |
|---|---|
| Next by Date: | Re: [PATCH][ATM]: [drivers] use msleep() instead of schedule_timeout() (from Nishanth Aravamudan <nacc@xxxxxxxxxx>), chas williams (contractor) |
| Previous by Thread: | Re: msleep changes, Margit Schubert-While |
| Next by Thread: | [PATCH 2.6]: fix unbalances spin_unlock_bh in __xfrm_find_acq_byseq, Patrick McHardy |
| Indexes: | [Date] [Thread] [Top] [All Lists] |