[dm-devel] [PATCH 08/11] block: rename barrier/ordered to flush

Christoph Hellwig hch at lst.de
Tue Aug 17 13:26:46 UTC 2010


> -#define blk_queue_flushing(q)	((q)->ordseq)
> +#define blk_queue_flushing(q)	((q)->flush_seq)

Btw, I think this one should just go away.  It's only used by
ide in an attempt to make ordered sequences atomic, which isn't
needed for the new design.




More information about the dm-devel mailing list