]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
authorMing Lei <ming.lei@redhat.com>
Sun, 27 Dec 2020 11:34:58 +0000 (19:34 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jan 2021 04:25:17 +0000 (21:25 -0700)
commit4dcb8c599530efdf1ca883f5a8331dcab8a4cac9
treebf59e3c6196c0e4fcfa71ba7bed6368701620e2d
parentcbaf67627bbee57b6da802a1fb320b3f54f05746
blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue

In case of blk_mq_is_sbitmap_shared(), we should test QUEUE_FLAG_HCTX_ACTIVE against
q->queue_flags instead of BLK_MQ_S_TAG_ACTIVE.

So fix it.

Cc: John Garry <john.garry@huawei.com>
Cc: Kashyap Desai <kashyap.desai@broadcom.com>
Fixes: 93e7de2d7ad7 ("blk-mq: Record active_queues_shared_sbitmap per tag_set for when using shared sbitmap")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.h