blk-throttle: remove more latency dead-code
authorDr. David Alan Gilbert <linux@treblig.org>
Sat, 27 Jul 2024 15:58:24 +0000 (16:58 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 27 Jul 2024 16:33:25 +0000 (10:33 -0600)
commit01aa8c869d0cdaf603f42dc1d2302b164c25353a
treec1adc96c9b2eb423b7b270297c1ea0dee93b83d6
parentf6bb5254b777453618a12d3bbf4a2a487acc8ee2
blk-throttle: remove more latency dead-code

The struct 'latency_bucket' and the #define 'request_bucket_index'
are unused since
commit bf20ab538c81 ("blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW")

and the 'LATENCY_BUCKET_SIZE' #define was only used by the
'request_bucket_index' define.

Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240727155824.1000042-1-linux@treblig.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-throttle.c