Re: [PATCH v2 5/5] blk-iocost: Factor out the base vrate change into a separate function

2020-12-02 Thread Tejun Heo
On Thu, Nov 26, 2020 at 04:16:15PM +0800, Baolin Wang wrote: > Factor out the base vrate change code into a separate function > to fimplify the ioc_timer_fn(). > > No functional change. > > Signed-off-by: Baolin Wang Acked-by: Tejun Heo Thanks. -- tejun

[PATCH v2 5/5] blk-iocost: Factor out the base vrate change into a separate function

2020-11-26 Thread Baolin Wang
Factor out the base vrate change code into a separate function to fimplify the ioc_timer_fn(). No functional change. Signed-off-by: Baolin Wang --- block/blk-iocost.c | 99 +- 1 file changed, 54 insertions(+), 45 deletions(-) diff --git