diff options
author | Kemeng Shi <shikemeng@huaweicloud.com> | 2023-01-16 12:51:53 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-01-30 06:03:49 +0300 |
commit | 323745a3aa9ba172582d4549689146298fb68405 (patch) | |
tree | b7401d6adc2f7dd47ffdd9e416dacaaa5fec4051 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 87c971de8157b90494490d7c869a21b7f2123305 (diff) | |
download | linux-323745a3aa9ba172582d4549689146298fb68405.tar.xz |
block, bfq: remove unused bfq_wr_max_time in struct bfq_data
bfqd->bfq_wr_max_time is set to 0 in bfq_init_queue and is never changed.
It is only used in bfq_wr_duration when bfq_wr_max_time > 0 which never
meets, so bfqd->bfq_wr_max_time is not used actually. Just remove it.
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230116095153.3810101-9-shikemeng@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions