Re: double read confusion

Stephen C. Tweedie (sct@redhat.com)
Wed, 21 Apr 1999 16:15:54 +0100 (BST)


Hi,

On Sat, 17 Apr 1999 20:29:12 -0400 (EDT), "Peter J. Braam"
<braam@cs.cmu.edu> said:

> My confusion is about the following: why can't we share page cache
> data with the buffer cache, eliminating the extra i/o?

The current scheme is obviously deficient, and really isn't worth making
such changes to. The Right Way to fix the whole system is to perform
writes through the page cache instead, which we'll do in 2.3. That
completely eliminates a whole class of problems surrounding
double-buffering in the current write code. It's the only fix which
makes sense.

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