diff options
author | Yufen Yu <yuyufen@huawei.com> | 2020-10-08 23:26:27 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-10-09 12:34:06 -0600 |
commit | dd1c372d656600234a1704f456f9977ca684865c (patch) | |
tree | 5f50e1b2f9d6fd2e0c8eca64330e8bcdcd4064d8 /tools/perf/scripts/python | |
parent | 7ea6bf2e6c409e245a31b9ac6a4ba24949ad442f (diff) |
block: invoke blk_mq_exit_sched no matter whether have .exit_sched
We will register debugfs for scheduler no matter whether it have
defined callback funciton .exit_sched. So, blk_mq_exit_sched()
is always needed to unregister debugfs. Also, q->elevator should
be set as NULL after exiting scheduler.
For now, since all register scheduler have defined .exit_sched,
it will not cause any actual problem. But It will be more reasonable
to do this change.
Signed-off-by: Yufen Yu <yuyufen@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions