Re: [PATCH 3/6] f2fs: remove wbc->for_reclaim handling
From: Chao Yu
Date: Thu May 08 2025 - 05:47:08 EST
On 5/8/25 13:14, Christoph Hellwig wrote:
> Since commits 7ff0104a8052 ("f2fs: Remove f2fs_write_node_page()") and
> 3b47398d9861 ("f2fs: Remove f2fs_write_meta_page()'), f2fs can't be
> called from reclaim context any more. Remove all code keyed of the
> wbc->for_rename flag, which is now only set for writing out swap or
s/for_rename/for_reclaim
I guess Jaegeuk can fix this during merge.
> shmem pages inside the swap code, but never passed to file systems.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,