From: Ming Lei <[email protected]>
Date: Thu,  3 Jan 2019 09:19:48 +0800

> 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 <[email protected]>
> Tested-by: Anatoly Pugachev <[email protected]>
> Cc: Anatoly Pugachev <[email protected]>
> Cc: David Miller <[email protected]>
> Cc: [email protected]
> Signed-off-by: Ming Lei <[email protected]>

Acked-by: David S. Miller <[email protected]>

Reply via email to