Re: [RFC] - Some notions that I would like comments on

Carl Mummert (mummert@cs.wcu.edu)
Tue, 13 Jul 1999 19:41:07 -0400


>This is done already and automatically -- it's called readahead.
>The kernel detects when you're reading sequentially and then
>reads ahead.
>
>We don't do it on mmaped areas yet though.

Page faults occur for 4k blocks, which provides readahead for
sequential access of memory regions.

Carl

-
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/