OSDN Git Service

blk-mq: Don't clear driver tags own mapping
authorJohn Garry <john.garry@huawei.com>
Tue, 5 Oct 2021 10:23:33 +0000 (18:23 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 12:17:02 +0000 (06:17 -0600)
commit4f245d5bf0f7432c881e22a77066160a6cba8e03
treea88320f1fd3d8657b5f737f5df4f7605cefef3c8
parentf32e4eafaf29aa493bdea3123dac09ad135b599b
blk-mq: Don't clear driver tags own mapping

Function blk_mq_clear_rq_mapping() is required to clear the sched tags
mappings in driver tags rqs[].

But there is no need for a driver tags to clear its own mapping, so skip
clearing the mapping in this scenario.

Signed-off-by: John Garry <john.garry@huawei.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/1633429419-228500-9-git-send-email-john.garry@huawei.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c