f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 4 Jun 2022 20:27:58 +0000 (16:27 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:06 +0000 (08:51 -0400)
commitbbfe4f66002a1a0816e2f5dd3c87dd76dbfd41e6
tree3efda13e4514d87fdc2734008035d2f2d217e90b
parent7530d0935cc7a5c58eab0acbc4ab8d32ac476d9a
f2fs: Convert f2fs_invalidate_compress_pages() to use filemap_get_folios()

Convert this function to use folios throughout.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Acked-by: Chao Yu <chao@kernel.org>
fs/f2fs/compress.c