Re: [PATCH] ide write barrier support

From: Manfred Spraul
Date: Fri Oct 17 2003 - 13:01:19 EST


Jens wrote:

The problem is that as far as I can see the best way to make fsync
really work is to make the last write a barrier write. That
automagically gets everything right for you - when the last block goes
to disk, you know the previous ones have already. And when the last
block completes, you know the whole lot is on platter.

Are you sure?
What prevents the io scheduler from writing the last block before other blocks?

--
Manfred

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