Re: [PATCH] block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init

2020-11-30 Thread Jens Axboe
On 11/29/20 7:20 PM, chenle...@gmail.com wrote: > From: Lei Chen > > It's unnecessary to call wbt_update_limits explicitly within wbt_init, > because it will be called in the following function wbt_queue_depth_changed. Applied, thanks. -- Jens Axboe

[PATCH] block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init

2020-11-29 Thread chenlei0x
From: Lei Chen It's unnecessary to call wbt_update_limits explicitly within wbt_init, because it will be called in the following function wbt_queue_depth_changed. Signed-off-by: Lei Chen --- block/blk-wbt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/block/blk-wbt.c b/block/blk-wbt.c