Ming Lei 43bfeb4510 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>
2019-01-03 08:21:47 -07:00
..
2018-12-16 09:01:38 -07:00
2019-01-02 18:49:58 -08:00
2018-10-25 06:50:48 -07:00
2018-12-28 12:11:49 -08:00
2018-11-18 15:46:03 -07:00
2018-10-17 09:42:30 -06:00
2018-12-22 14:45:31 -07:00
2018-10-17 09:42:30 -06:00
2018-10-15 20:07:56 -06:00
2017-02-20 12:16:15 +01:00
2018-11-10 08:03:47 -07:00
2017-08-18 08:45:29 -06:00
2009-03-26 21:15:27 +01:00
2018-10-16 09:49:18 -06:00
2018-11-09 08:14:14 -07:00
2018-11-10 08:58:48 -06:00
2018-10-15 20:08:24 -06:00
2018-10-26 14:36:21 -07:00