Re: [PATCH] blk: wbt: remove unused parameter from wbt_should_throttle

2021-01-26 Thread Jens Axboe
On 1/25/21 4:27 AM, chenle...@gmail.com wrote: > From: Lei Chen > > The first parameter rwb is not used for this function. > So just remove it. Applied, thanks. -- Jens Axboe

[PATCH] blk: wbt: remove unused parameter from wbt_should_throttle

2021-01-25 Thread chenlei0x
From: Lei Chen The first parameter rwb is not used for this function. So just remove it. Signed-off-by: Lei Chen --- block/blk-wbt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/blk-wbt.c b/block/blk-wbt.c index 0321ca8..42aed01 100644 --- a/block/blk-wbt.c