]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: Convert f2fs_sync_node_pages() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:51:39 +0000 (05:51 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:24 +0000 (17:02 +0000)
commit5d0a91284853124954d7747e5066141b008e83de
tree9b275bb863c5ccc5f64b3c15746f099febaf1c86
parent015d9c56bd5e925273bc75077f37f48496b2048d
f2fs: Convert f2fs_sync_node_pages() to use a folio

Use the folio APIs where they exist.  Saves several hidden calls to
compound_head().  Also removes a reference to page->mapping.

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/node.c