On 4/11/23 06:33, Christoph Hellwig wrote:
Replace the two boolean arguments with the same flags that are already passed to blk_mq_insert_request. Also add the currently unused BLK_MQ_INSERT_ASYNC support so that the flags support is complete.
Hmm ... which two boolean arguments? This patch only converts a single boolean argument of blk_mq_request_bypass_insert() into an unsigned integer.
Additionally, I don't see any reference to BLK_MQ_INSERT_ASYNC in this patch?
Once the patch description is made more clear, feel free to add: Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>