Waiman Long 0a751df456 blk-throttle: Fix incorrect display of io.max
Commit bf20ab538c81 ("blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW")
attempts to revert the code change introduced by commit cd5ab1b0fcb4
("blk-throttle: add .low interface").  However, it leaves behind the
bps_conf[] and iops_conf[] fields in the throtl_grp structure which
aren't set anywhere in the new blk-throttle.c code but are still being
used by tg_prfill_limit() to display the limits in io.max. Now io.max
always displays the following values if a block queue is used:

	<m>:<n> rbps=0 wbps=0 riops=0 wiops=0

Fix this problem by removing bps_conf[] and iops_conf[] and use bps[]
and iops[] instead to complete the revert.

Fixes: bf20ab538c81 ("blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW")
Reported-by: Justin Forbes <jforbes@redhat.com>
Closes: https://github.com/containers/podman/issues/22701#issuecomment-2120627789
Signed-off-by: Waiman Long <longman@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Yu Kuai <yukuai3@huawei.com>
Link: https://lore.kernel.org/r/20240530134547.970075-1-longman@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2024-05-30 19:44:29 -06:00
..
2024-05-21 13:02:56 -07:00
2024-05-21 13:02:56 -07:00
2024-05-14 17:25:36 -07:00
2024-05-23 13:44:47 -07:00
2023-06-26 12:47:20 -07:00
2024-05-23 13:44:47 -07:00
2024-03-11 11:43:44 -07:00
2024-05-21 09:51:42 -07:00
2023-06-30 11:57:07 -07:00
2024-05-21 09:51:42 -07:00
2024-05-21 13:02:56 -07:00
2024-05-21 13:02:56 -07:00
2024-03-11 11:43:44 -07:00