aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorJens Axboe <[email protected]>2014-06-25 08:22:34 -0600
committerJens Axboe <[email protected]>2014-06-25 08:22:34 -0600
commit0ffbce80c263821161190f20e74a12f7aa8eab7b (patch)
tree870368a850b6ebb37e30c3d4407649f30f2d4741 /fs/jbd2/commit.c
parent66cb45aa41315d1d9972cada354fbdf7870d7714 (diff)
blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue()
Currently it calls __blk_mq_run_hw_queue(), which depends on the CPU placement being correct. This means it's not possible to call blk_mq_start_hw_queues(q) from a context that is correct for all queues, leading to triggering the WARN_ON(!cpumask_test_cpu(raw_smp_processor_id(), hctx->cpumask)); in __blk_mq_run_hw_queue(). Reported-by: Ming Lei <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions