]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitebb9c163341f978fdfc316acce17de47fcff3e7b
tree537b6c9d737534d4888d3805fb349c84c4f6bde3
parent55d5c3b8270e3f45d1227b901dc7f689b9fcfc9a
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