]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - fs/fs-writeback.c
fs/writeback: correct comment of __wakeup_flusher_threads_bdi
authorKemeng Shi <shikemeng@huaweicloud.com>
Wed, 28 Feb 2024 09:19:57 +0000 (17:19 +0800)
committerChristian Brauner <brauner@kernel.org>
Fri, 5 Apr 2024 13:53:45 +0000 (15:53 +0200)
commitba679de9c3fc511f457ea0ad8f5a22e9152fa07b
tree4d0a228206b765f0f11cb4f410b2b74c7b2c76d1
parent639924abc1ae28eb05893a402081e8e6cff23b8a
fs/writeback: correct comment of __wakeup_flusher_threads_bdi

Commit e8e8a0c6c9bfc ("writeback: move nr_pages == 0 logic to one
location") removed parameter nr_pages of __wakeup_flusher_threads_bdi
and we try to writeback all dirty pages in __wakeup_flusher_threads_bdi
now. Just correct stale comment.

Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Link: https://lore.kernel.org/r/20240228091958.288260-6-shikemeng@huaweicloud.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fs-writeback.c