]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: Convert move_data_page() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:51:57 +0000 (05:51 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:26 +0000 (17:02 +0000)
commit6d1ba45c8db084348e033db531161f883676b859
treeaf925ce6aecdf5b2bcf4d8039df33bde61969249
parent20f974cd2124bd4e2eb599f047465232f63b57b0
f2fs: Convert move_data_page() to use a folio

Fetch a folio from the page cache and use it throughout, saving
eight hidden 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/gc.c