Commit 4a482e69 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Jens Axboe

blk-throttle: remove unused struct 'avg_latency_bucket'

'avg_latency_bucket' is unused since
commit bf20ab53 ("blk-throttle: remove
CONFIG_BLK_DEV_THROTTLING_LOW")

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240522172458.334173-1-linux@treblig.orgSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 9a42891c
...@@ -39,11 +39,6 @@ struct latency_bucket { ...@@ -39,11 +39,6 @@ struct latency_bucket {
int samples; int samples;
}; };
struct avg_latency_bucket {
unsigned long latency; /* ns / 1024 */
bool valid;
};
struct throtl_data struct throtl_data
{ {
/* service tree for active throtl groups */ /* service tree for active throtl groups */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment