On 5/17/23 22:31, Christoph Hellwig wrote:
In case of q->elevator, passthrought request can still be marked as
passthrought -> passthrough
+/* use hctx->sched_tags */ +#define RQF_SCHED_TAGS ((__force req_flags_t)(1 << 8)) +/* use and I/O scheduler for this request */ +#define RQF_USE_SCHED ((__force req_flags_t)(1 << 9))
and -> an Otherwise this patch looks good to me. Thanks, Bart.