block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup
authorPaolo Valente <paolo.valente@linaro.org>
Sat, 21 Mar 2020 09:45:19 +0000 (10:45 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 21 Mar 2020 20:31:00 +0000 (14:31 -0600)
commitc8997736650060594845e42c5d01d3118aec8d25
tree78a6149281646bb3e9a44c4e2967dd201c99f97b
parentfd1bb3ae54a9a2e0c42709de861c69aa146b8955
block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup

A bfq_put_queue() may be invoked in __bfq_bic_change_cgroup(). The
goal of this put is to release a process reference to a bfq_queue. But
process-reference releases may trigger also some extra operation, and,
to this goal, are handled through bfq_release_process_ref(). So, turn
the invocation of bfq_put_queue() into an invocation of
bfq_release_process_ref().

Tested-by: cki-project@redhat.com
Signed-off-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-cgroup.c
block/bfq-iosched.c
block/bfq-iosched.h