+1
−2
Loading
mainline inclusion from mainline-next-20240508 commit ba679de9c3fc511f457ea0ad8f5a22e9152fa07b category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9NOHO Reference: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/fs?id=ba679de9c3fc511f457ea0ad8f5a22e9152fa07b -------------------------------- Commit e8e8a0c6 ("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> Signed-off-by:
Zhihao Cheng <chengzhihao@huaweicloud.com>