blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()
authorBaolin Wang <baolin.wang@linux.alibaba.com>
Thu, 8 Oct 2020 03:52:22 +0000 (11:52 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Oct 2020 14:01:37 +0000 (08:01 -0600)
commit4247d9c8ba810c1d4a9502893a9ce1cec6abbf7a
treecaa1d91e39024e09f48affad98754cc96226d98a
parentfa1c3eaf4dae94a6109d436b4bad7dc9b072ad39
blk-throttle: Remove a meaningless parameter for throtl_downgrade_state()

The throtl_downgrade_state() is always used to change to LIMIT_LOW
limitation, thus remove the latter meaningless parameter which
indicates the limitation index.

Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-throttle.c