]> Gentwo Git Trees - linux/.git/commit
f2fs: Convert f2fs_flush_inline_data() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:51:38 +0000 (05:51 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:24 +0000 (17:02 +0000)
commit015d9c56bd5e925273bc75077f37f48496b2048d
treeb621ab695bbe8dca574d0fbdd8d3ae0717ebd7ab
parent894ac9d330c9eb8e108d0d3771ffa7bc89112316
f2fs: Convert f2fs_flush_inline_data() 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