Re: [f2fs-dev] [PATCH 05/10] f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()

From: Chao Yu
Date: Wed Jun 15 2022 - 04:14:24 EST


On 2022/6/6 3:38, Matthew Wilcox (Oracle) wrote:
Convert this function to use folios throughout.

Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>

Acked-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,