f2fs: Convert last_fsync_dnode() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:51:42 +0000 (05:51 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:24 +0000 (17:02 +0000)
commit18f3814fa6a8aac0b32b3b8e8f85a6b601047ddc
treeb6e6209d4898d2c147b64a0dbbd3743c356ececb
parente23bebc3c0d2db16f959d43213a305e85efd8ae5
f2fs: Convert last_fsync_dnode() 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