Re: Dump corrupts ext2?

Eric W. Biederman (ebiederman@uswest.net)
10 Oct 2001 23:07:42 -0600


Mike Fedyk <mfedyk@matchmail.com> writes:

> IIRC, 2.2 didn't have a coherent buffer and page cache also.
>
> I.E. if you "cat /dev/hda > /dev/null" you wouldn't be able to expect any
> speedup when reading through the mounted filesystem (except for meta-data?).
>
> Am I wrong? Has Linux ever had a coherent page and buffer cache?

In 2.2 all writes went through the buffer cache. So for the buffer cache
was coherent with the filesystem but the filesystem wasn't coherent with the
buffer cache.

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