Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 73f3760e authored by Ming Lei's avatar Ming Lei Committed by Jens Axboe
Browse files

blk-mq: don't use plug->mq_list->q directly in blk_mq_run_dispatch_ops()


blk_mq_run_dispatch_ops() is defined as one macro, and plug->mq_list
will be changed when running 'dispatch_ops', so add one local variable
for holding request queue.

Reported-and-tested-by: default avatarYi Zhang <yi.zhang@redhat.com>
Fixes: 4cafe86c

 ("blk-mq: run dispatch lock once in case of issuing from list")
Signed-off-by: default avatarMing Lei <ming.lei@redhat.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 41adf531
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment