Re: [patch] Re: MP3 skippety skip skipageness

Stephen C. Tweedie (sct@redhat.com)
Thu, 18 Mar 1999 17:21:57 GMT


Hi,

On Tue, 16 Mar 1999 00:40:57 +0100 (CET), Rik van Riel
<riel@nl.linux.org> said:

> With the (very) agressive readahead we're doing
> now, a request queue of 64 entries really won't
> be big enough any more. In fact, it'll only be
> big enough for 2 to 4 'actual' requests.

No, we automatically merge sequential IOs into a single request so the
readahead will typically only occupy a fairly small fraction of the
request queue. Only if you encounter really excessive filesystem
fragmentation will you start to hammer the request queue.

--Stephen

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