]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5193f0ab72e99fdd3e244a65dcbd8d833db47702
tree1e840aed8207decc411b150e52292cb04a265dac
parenteab34297d44eabcf06588d88018f6f6e4a533041
block, bfq: fix occurrences of request finish method's old name

Commit 'bcd7c563e265' ("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: bcd7c563e265 ("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