]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: Add f2fs_get_read_data_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:51:55 +0000 (05:51 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:26 +0000 (17:02 +0000)
commit4ae71b1996ef2668de28945a31e0337b5abc93be
tree1a4020c8105fcc2aea2b77adfbe3830747882aa8
parentb8fcb8423053adaa27723010260aea90474b431a
f2fs: Add f2fs_get_read_data_folio()

Convert f2fs_get_read_data_page() into f2fs_get_read_data_folio() and
add a compatibility wrapper.  Saves seven 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/data.c
fs/f2fs/f2fs.h