Re: [PATCH 2/3] block: introduce REQ_FLUSH flag

From: Christoph Hellwig
Date: Sun Jun 27 2010 - 05:52:42 EST


> +++ b/include/linux/bio.h
> @@ -152,6 +152,7 @@ enum rq_flag_bits {
> __REQ_SYNC, /* request is sync (sync write or read) */
> __REQ_META, /* metadata io request */
> __REQ_DISCARD, /* request to discard sectors */
> + __REQ_FLUSH, /* request for cache flush */

As we only used this in the request it should go into the struct request
only section at the end of the flags.

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