]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: Add f2fs_find_data_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:52:00 +0000 (05:52 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:26 +0000 (17:02 +0000)
commit0cd402baa03b0cd790ddbfbce5aadb2ab6373263
tree3682422d769639ee7144ad11b2be2300942418bb
parenta86e109ee2c6214c9be5520285525710a6163f42
f2fs: Add f2fs_find_data_folio()

Convert f2fs_find_data_page() to f2fs_find_data_folio() and add a
compatibility wrapper.  Saves six hidden calls to compound_head().
This was the last caller of f2fs_get_read_data_page(), so remove
the compatibility wrapper.

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