]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Use a folio in need_inode_page_update()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:36 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:45 +0000 (15:26 +0000)
commitba13af45e5172633620f81f48d13ac9c17629447
tree56d3c9e4aae97bfc233301a2e8e63e56f34ed504
parent5b61618aa0ad8f16fb8d2ba1817bd15c40efd032
f2fs: Use a folio in need_inode_page_update()

Fetch a folio from the pagecache instead of a page.  Removes two
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/file.c