> +++ 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-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html