On Tue, Jun 14, 2022 at 10:57:24AM -0700, Bart Van Assche wrote: > Before the introduction of blk_mq_get_hctx_type(), blk_mq_map_queue() > only used the flags from its second argument. Since the introduction of > blk_mq_get_hctx_type(), blk_mq_map_queue() uses both the operation and > the flags encoded in that argument. Rename the second argument of > blk_mq_map_queue() to make this clear. Looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx>