]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Use a folio in f2fs_migrate_blocks()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:11:09 +0000 (21:11 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:32 +0000 (15:26 +0000)
commit38f273c5049d5dd3b515200f7f57f1f632489076
tree0c533b37500992d8e1243a0ab1763a78a070ef7d
parent65f99d35fe87ff282be4b6aeb096e5cf90cb198f
f2fs: Use a folio in f2fs_migrate_blocks()

Get a folio from the pagecache and use it throughout.  Removes two
calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c