On Tue, Apr 11, 2023 at 11:16:29AM -0700, Bart Van Assche wrote: > 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? Sorry, this slipped over from an earlier version before I moved the queue runs up the stack. I'll fix up the commit message.