OSDN Git Service

block, bfq: fix occurrences of request finish method's old name
authorChiara Bruschi <bruschi.chiara@outlook.it>
Mon, 18 Dec 2017 16:21:59 +0000 (16:21 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Jan 2018 14:43:54 +0000 (07:43 -0700)
commit8993d445df388e3541f48920a2353cfc904b220a
tree1e840aed8207decc411b150e52292cb04a265dac
parentb4b6cb613519b7449da510bccf08986371b328cb
block, bfq: fix occurrences of request finish method's old name

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>
block/bfq-iosched.c