]> Gentwo Git Trees - linux/.git/commit
f2fs: Convert f2fs_write_end_io() to use a folio_iter
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:51:48 +0000 (05:51 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:25 +0000 (17:02 +0000)
commitfb9660481e3ccb26143c0596420487513383e940
treeb102cf7e4e0f2abdaae54fcf071b2ffcc8566650
parentcd8f95718c89f45fb440422576e265e38f93bdbb
f2fs: Convert f2fs_write_end_io() to use a folio_iter

Iterate over each folio in the bio instead of each page.
Follow the pattern in ext4 for handling bounce folios.  Removes
a few calls to compound_head() and references 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/data.c