blk-iocost: rename propagate_active_weights() to propagate_weights()
authorTejun Heo <tj@kernel.org>
Tue, 1 Sep 2020 18:52:34 +0000 (14:52 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 Sep 2020 01:38:31 +0000 (19:38 -0600)
commit00410f1b09fe7c9a12bde07f0bb4b978a3367f3a
tree537b6c9d737534d4888d3805fb349c84c4f6bde3
parent5e124f74325d8181b3275a704e87e44246c484f6
blk-iocost: rename propagate_active_weights() to propagate_weights()

It already propagates two weights - active and inuse - and there will be
another soon. Let's drop the confusing misnomers. Rename
[__]propagate_active_weights() to [__]propagate_weights() and
commit_active_weights() to commit_weights().

This is pure rename.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-iocost.c