]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
block, bfq: fix occurrences of request finish method's old name
authorChiara Bruschi <bruschi.chiara@outlook.it>
Thu, 5 Jul 2018 13:24:00 +0000 (15:24 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:30:39 +0000 (12:30 +0200)
commitaa0cc7dfd962918aca0e7b33609a5ecbf52f5663
treebc9d39c0a74e6943dc9501bb760fa80b9e9c8811
parent51670836e934f7df03e71a470181f3376095aad3
block, bfq: fix occurrences of request finish method's old name

BugLink: https://launchpad.net/bugs/1780066
Commit '7b9e93616399' ("blk-mq-sched: unify request finished methods")
changed the old name of current bfq_finish_request method, but left it
unchanged elsewhere in the code (related comments, part of function
name bfq_put_rq_priv_body).

This commit fixes all occurrences of the old name of this method by
changing them into the current name.

Fixes: 7b9e93616399 ("blk-mq-sched: unify request finished methods")
Reviewed-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Federico Motta <federico@willer.it>
Signed-off-by: Chiara Bruschi <bruschi.chiara@outlook.it>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
(cherry picked from commit 8993d445df388e3541f48920a2353cfc904b220a)
Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
block/bfq-iosched.c