block: invoke blk_mq_exit_sched no matter whether have .exit_sched
authorYufen Yu <yuyufen@huawei.com>
Fri, 9 Oct 2020 03:26:27 +0000 (23:26 -0400)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 Oct 2020 18:34:06 +0000 (12:34 -0600)
commitdd1c372d656600234a1704f456f9977ca684865c
tree5f50e1b2f9d6fd2e0c8eca64330e8bcdcd4064d8
parent7ea6bf2e6c409e245a31b9ac6a4ba24949ad442f
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>
block/blk-sysfs.c
block/elevator.c