diff options
author | Jinke Han <hanjinke.666@bytedance.com> | 2023-05-08 01:06:31 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-06-25 08:00:39 -0600 |
commit | ad7c3b41e86b59943a903d23c7b037d820e6270c (patch) | |
tree | c796b16a7c7487459ecb32bc10cd33259d8a9ae9 /block/blk-mq.c | |
parent | 2c5555983bd27d24162534b682b10654639a5576 (diff) |
blk-throttle: Fix io statistics for cgroup v1
After commit f382fb0bcef4 ("block: remove legacy IO schedulers"),
blkio.throttle.io_serviced and blkio.throttle.io_service_bytes become
the only stable io stats interface of cgroup v1, and these statistics
are done in the blk-throttle code. But the current code only counts the
bios that are actually throttled. When the user does not add the throttle
limit, the io stats for cgroup v1 has nothing. I fix it according to the
statistical method of v2, and made it count all ios accurately.
Fixes: a7b36ee6ba29 ("block: move blk-throtl fast path inline")
Tested-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Jinke Han <hanjinke.666@bytedance.com>
Acked-by: Muchun Song <songmuchun@bytedance.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20230507170631.89607-1-hanjinke.666@bytedance.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-mq.c')
0 files changed, 0 insertions, 0 deletions