On Tue, 12 Sep 2000, Rik van Riel wrote:

>We simply keep track of how old the oldest request
>in the queue is, and when that request is getting
>too old (say 1/2 second), we /stop/ all the others

Going in function of time is obviously wrong. A blockdevice can write 1
request every two seconds or 1 request every msecond. You can't assume
anything in function of time _unless_ you have per harddisk timing
informations into the kernel.

Andrea

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to