]> 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)
commit091905fc1cc102bc0a24d61641ef135e10d30b60
tree1e840aed8207decc411b150e52292cb04a265dac
parent1f4ae78923b191b2301a12820419457471fd7831
block, bfq: fix occurrences of request finish method's old name

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