mm/page-writeback.c: Fix comment of wb_domain_writeout_add()
authorTang Yizhou <yizhou.tang@shopee.com>
Wed, 9 Oct 2024 15:17:28 +0000 (23:17 +0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 22 Oct 2024 09:16:58 +0000 (11:16 +0200)
commit98f3ac9ba0ec35ff276e6c64ac9f173efa27df78
treecfdcccc697192b23943ce05266818bdfa5317ef7
parenta54fc4932438cfc1f41626d78404237fd5f82e5b
mm/page-writeback.c: Fix comment of wb_domain_writeout_add()

__bdi_writeout_inc() has undergone multiple renamings, but the comment
within the function body have not been updated accordingly. Update it
to reflect the latest wb_domain_writeout_add().

Signed-off-by: Tang Yizhou <yizhou.tang@shopee.com>
Link: https://lore.kernel.org/r/20241009151728.300477-3-yizhou.tang@shopee.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
mm/page-writeback.c