]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
block,bfq: fix aux stat accumulation destination
authorshechenglong <shechenglong@xfusion.com>
Sun, 28 Dec 2025 13:04:26 +0000 (21:04 +0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 28 Dec 2025 16:03:51 +0000 (09:03 -0700)
commit04bdb1a04d8a2a89df504c1e34250cd3c6e31a1c
tree960f4efc7896634dbc7774770e1bc79967629987
parent1ddb815fdfd45613c32e9bd1f7137428f298e541
block,bfq: fix aux stat accumulation destination

Route bfqg_stats_add_aux() time accumulation into the destination
stats object instead of the source, aligning with other stat fields.

Reviewed-by: Yu Kuai <yukuai@fnnas.com>
Signed-off-by: shechenglong <shechenglong@xfusion.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-cgroup.c