diff options
| author | Ming Lei <[email protected]> | 2019-01-03 01:19:48 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2019-01-03 15:21:47 +0000 |
| commit | 43bfeb45109ad154df4dde67d3d04a8876a3bfc1 (patch) | |
| tree | 0c8d3d36055c0eb488326154cf2cdc2aa4f6a12d /tools/perf/util/c++/clang.cpp | |
| parent | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli... (diff) | |
| download | kernel-43bfeb45109ad154df4dde67d3d04a8876a3bfc1.tar.gz kernel-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 <[email protected]>
Tested-by: Anatoly Pugachev <[email protected]>
Cc: Anatoly Pugachev <[email protected]>
Cc: [email protected]
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Ming Lei <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions
