]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: Update a comment of disk statistics
authorTang Yizhou <yizhou.tang@shopee.com>
Tue, 23 Sep 2025 11:21:36 +0000 (19:21 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Oct 2025 21:28:42 +0000 (15:28 -0600)
commit510d76646a6a7beaa49fc0da7282e285a3dfce97
treeb4c41eb9790da81fb6a256c1d28cebf1c9e4d7f6
parent98b7bf54338b797e3a11e8178ce0e806060d8fa3
block: Update a comment of disk statistics

>From commit 074a7aca7afa ("block: move stats from disk to part0"),
we know that:

* {disk|all}_stat_*() are gone.

* disk_stat_lock/unlock() are renamed to part_stat_lock/unlock().

Therefore, outdated comments should be updated accordingly.

Fixes: 074a7aca7afa ("block: move stats from disk to part0")
Signed-off-by: Tang Yizhou <yizhou.tang@shopee.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/part_stat.h