]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/page-writeback.c: Update comment for BANDWIDTH_INTERVAL
authorTang Yizhou <yizhou.tang@shopee.com>
Wed, 9 Oct 2024 15:17:27 +0000 (23:17 +0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 22 Oct 2024 09:16:58 +0000 (11:16 +0200)
commita54fc4932438cfc1f41626d78404237fd5f82e5b
tree9849716207620a9114e3a41ae1b8a7f9e62dbb29
parent80d3ab22277e6dea72c0715a6698d12f2682ec38
mm/page-writeback.c: Update comment for BANDWIDTH_INTERVAL

The name of the BANDWIDTH_INTERVAL macro is misleading, as it is not
only used in the bandwidth update functions wb_update_bandwidth() and
__wb_update_bandwidth(), but also in the dirty limit update function
domain_update_dirty_limit().

Currently, we haven't found an ideal name, so update the comment only.

Signed-off-by: Tang Yizhou <yizhou.tang@shopee.com>
Link: https://lore.kernel.org/r/20241009151728.300477-2-yizhou.tang@shopee.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
mm/page-writeback.c