Re: [dm-devel] Barriers still not passing on simple dm devices...

From: Chris Mason
Date: Wed Apr 08 2009 - 21:28:26 EST


On Wed, 2009-04-08 at 09:37 -0400, Mikulas Patocka wrote:

> So there are two ways:
>
> - either support only what all in-kernel filesystems do. Using barrier
> reqiests to flush hw cache. You can remove support for barriers with data,
> leave just zero-data barrier, you can remove ordering restrictions.
> In-kernel filesystems never overlap barrier with another metadata request
> (see above why such overlap can't work), so you can freely reorder
> zero-data barriers and simplify the code ... because all the requests that
> could be submitted in paralel with the barrier are either for different
> partition or non-metadata requests to the same partition from prefetch,
> direct io or so.
>
> - or you can allow barriers to be used for purposes as I did. And then,
> there must be clean indicator "this device supports barriers
> *and*will*support*them*in*the*future*". Currently there is no such
> indicator.

I'm afraid expecting barriers forever in the future isn't completely
compatible with dm or md. Both of these allow the storage to change
over time, and the filesystem needs to handle this without corruptions.

-chris


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