Re: [PATCH RFC v2 01/18] blk-mq: Add a flag for reserved requests

From: Bart Van Assche
Date: Tue Jun 14 2022 - 14:00:47 EST


On 6/9/22 03:29, John Garry wrote:
Add a flag for reserved requests so that drivers may know this for any
special handling.

The 'reserved' argument in blk_mq_ops.timeout callback could now be
replaced by using this flag.

Why not to combine that change into this patch?

Anyway:

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>