Searched hist:"7 e923f40a4d229bd9573d6cae64479d6a9770fc3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/block/ |
H A D | blk-mq.h | diff 7e923f40a4d229bd9573d6cae64479d6a9770fc3 Wed Jun 15 17:55:48 CDT 2022 Bart Van Assche <bvanassche@acm.org> block: Rename a blk_mq_map_queue() argument
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.
Cc: Christoph Hellwig <hch@lst.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Bart Van Assche <bvanassche@acm.org> Link: https://lore.kernel.org/r/20220615225549.1054905-3-bvanassche@acm.org Signed-off-by: Jens Axboe <axboe@kernel.dk>
|