]> Gentwo Git Trees - linux/.git/commit
f2fs: Pass a folio to flush_dirty_inode()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:51:40 +0000 (05:51 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:24 +0000 (17:02 +0000)
commitde90f76144246062206daff08e7cecb6c27298d9
treef64822433ad679fff7cd226a3e1e7eba0cef6daa
parent5d0a91284853124954d7747e5066141b008e83de
f2fs: Pass a folio to flush_dirty_inode()

Its one caller now has a folio; pass it in and do page conversions where
necessary inside flush_dirty_inode().  Saves two 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/node.c