diff options
author | Ming Lei <ming.lei@redhat.com> | 2019-01-03 09:19:48 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-01-03 08:21:47 -0700 |
commit | 43bfeb45109ad154df4dde67d3d04a8876a3bfc1 (patch) | |
tree | 0c8d3d36055c0eb488326154cf2cdc2aa4f6a12d /CREDITS | |
parent | dc629c211c65ee5c8f1c4976886d4a5f33f50674 (diff) | |
download | linux-43bfeb45109ad154df4dde67d3d04a8876a3bfc1.tar.gz linux-43bfeb45109ad154df4dde67d3d04a8876a3bfc1.tar.bz2 linux-43bfeb45109ad154df4dde67d3d04a8876a3bfc1.zip |
block: sunvdc: don't run hw queue synchronously from irq context
vdc_blk_queue_start() may be called from irq context, so we can't run
queue via blk_mq_start_hw_queues() since we never allow to run queue
from irq context. Use blk_mq_start_stopped_hw_queues(q, true) to fix
this issue.
Fixes: fa182a1fa97dff56cd ("sunvdc: convert to blk-mq")
Reported-by: Anatoly Pugachev <matorola@gmail.com>
Tested-by: Anatoly Pugachev <matorola@gmail.com>
Cc: Anatoly Pugachev <matorola@gmail.com>
Cc: sparclinux@vger.kernel.org
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions