Re: Promise, DMA and RAID5 problems running 2.4.1

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 7 Feb 2001 20:06:21 +0000 (GMT)


> Iff CONFIG_BLK_DEV_IDECS is set then yes, doing schedule is better.
> But I do not see any benefit in doing
>
> unsigned long timeout = jiffies + ((HZ + 19)/20) + 1;
> while (0 < (signed long)(timeout - jiffies));

On that bit we agree.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/