>>>>> "Christoph" == Christoph Hellwig <hch@xxxxxx> writes: Christoph> We can't initalize the elevator fields for flushes as flush Christoph> share space in struct request with the elevator data. But Christoph> currently we can't commnicate that a request is a flush communicate Christoph> through blk_get_request as we can only pass READ or WRITE, Christoph> and the low-level code looks at the possible NULL bio to Christoph> check for a flush. Christoph> Fix this by allowing to pass any block op and flags, and by Christoph> checking for the flush flags in __get_request. Reviewed-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx> -- Martin K. Petersen Oracle Linux Engineering -- 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