[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100627095223.GA6447@infradead.org>
Date: Sun, 27 Jun 2010 05:52:24 -0400
From: Christoph Hellwig <hch@...radead.org>
To: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
Cc: axboe@...nel.dk, James.Bottomley@...senPartnership.com,
linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org
Subject: Re: [PATCH 2/3] block: introduce REQ_FLUSH flag
> +++ 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists