blk-mq: update hctx->dispatch_busy in case of real scheduler
authorMing Lei <ming.lei@redhat.com>
Fri, 25 Jun 2021 02:02:48 +0000 (10:02 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Jun 2021 15:50:31 +0000 (09:50 -0600)
commitcb9516be7708a2a18ec0a19fe3a225b5b3bc92c7
treeee5d183398393aa97d7a782437f828cb35a4a305
parentfd2ef39cc9a6b9c4c41864ac506906c52f94b06a
blk-mq: update hctx->dispatch_busy in case of real scheduler

Commit 6e6fcbc27e77 ("blk-mq: support batching dispatch in case of io")
starts to support io batching submission by using hctx->dispatch_busy.

However, blk_mq_update_dispatch_busy() isn't changed to update hctx->dispatch_busy
in that commit, so fix the issue by updating hctx->dispatch_busy in case
of real scheduler.

Reported-by: Jan Kara <jack@suse.cz>
Reviewed-by: Jan Kara <jack@suse.cz>
Fixes: 6e6fcbc27e77 ("blk-mq: support batching dispatch in case of io")
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/20210625020248.1630497-1-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c