Re: [PATCH] ide write barriers

From: Jens Axboe (axboe@suse.de)
Date: Wed Feb 26 2003 - 15:46:41 EST


On Wed, Feb 26 2003, Scott Lee wrote:
> > The goal is to make the use of write
> > back cache enabled ide drives safe with journalled file systems.
>
> Does this mean that having write caching enabled is not safe if you
> are using ext3 on an IDE drive? Should "hdparm -W 0 /dev/hda" be used
> for example. (I see a 50% performance hit using "-W 0" when my box is
> under load.) If this is the case, what is the root cause? Do IDE
> drives reorder writes when they are cached?

As it stands, it's not safe to use write back caching on IDE drives.
When the write completes as seen from the fs, it's not on the platter
yet. That's a problem. And as you mention, there's no guarentee that
writes won't be reordered as well.

So yes, either use the barrier patch or disable write caching.

-- 
Jens Axboe

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



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:38 EST