diff options
author | Jens Axboe <[email protected]> | 2017-03-02 13:59:08 -0700 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2017-03-02 13:59:08 -0700 |
commit | 7b36a7189fc320f0b783dd51bd1f541db56cfbdd (patch) | |
tree | c527bc3477255dfc0064390f2073533c6a652c2b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | a5a79d00017c9eee68a9bcb40d5dfd6f45f17461 (diff) |
block: don't call ioc_exit_icq() with the queue lock held for blk-mq
For legacy scheduling, we always call ioc_exit_icq() with both the
ioc and queue lock held. This poses a problem for blk-mq with
scheduling, since the queue lock isn't what we use in the scheduler.
And since we don't need the queue lock held for ioc exit there,
don't grab it and leave any extra locking up to the blk-mq scheduler.
Reported-by: Paolo Valente <[email protected]>
Tested-by: Paolo Valente <[email protected]>
Reviewed-by: Omar Sandoval <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions