blk-mq: support batched queue_rqs() on shared tags queue
authorChengming Zhou <zhouchengming@bytedance.com>
Wed, 13 Sep 2023 15:16:14 +0000 (15:16 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 22 Sep 2023 14:52:13 +0000 (08:52 -0600)
commit434097ee375fff36bc5037524609ffd6199f11da
tree1d8fe5f4305e82c2f82a17ed8a38b3470c3a3ff0
parent48554df6bf2b1e83f70749bf4b4d7914f8b3c01d
blk-mq: support batched queue_rqs() on shared tags queue

Since active requests have been accounted when allocate driver tags,
we can remove this limit now.

Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20230913151616.3164338-4-chengming.zhou@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c