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)
commit482e302a61f1fc62b0e13be20bc7a11a91b5832d
treecb4e3b693ef054c99efe2f33d98b22c94fe10314
parent767630c63bb23acf022adb265574996ca39a4645
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