]> git.baikalelectronics.ru Git - kernel.git/commit
blk: wbt: remove unused parameter from wbt_should_throttle
authorLei Chen <lennychen@tencent.com>
Mon, 25 Jan 2021 11:27:04 +0000 (19:27 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Jan 2021 20:13:00 +0000 (13:13 -0700)
commitc8783457eac87d25324fc75dea2fba62ae92b35e
treecb4e3b693ef054c99efe2f33d98b22c94fe10314
parentc896bc37dbf710d824d1046462d975bc8349fc23
blk: wbt: remove unused parameter from wbt_should_throttle

The first parameter rwb is not used for this function.
So just remove it.

Signed-off-by: Lei Chen <lennychen@tencent.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-wbt.c