commit | bd0adb91a68b2fbf384ace5287bb46f135e8d889 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Sep 01 14:52:39 2020 -0400 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Sep 01 19:38:32 2020 -0600 |
tree | 4640dfadad0b02c2103447457bee5e04fb667287 | |
parent | fe20cdb516377e6ac6300254d5ca0dd7d8621ea8 [diff] |
blk-iocost: use WEIGHT_ONE based fixed point number for weights To improve weight donations, we want to able to scale inuse with a greater accuracy and down below 1. Let's make non-hierarchical weights to use WEIGHT_ONE based fixed point numbers too like hierarchical ones. This doesn't cause any behavior changes yet. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>