]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Convert f2fs_get_tmp_page() to f2fs_get_tmp_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:10:36 +0000 (21:10 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:22:44 +0000 (15:22 +0000)
commit937d6a4d2c21bf02d10967d1f6e2d2afe61c99c2
tree4e52ced97eadf1a602893cd9ee4c7d0bcab0076a
parent9030d55aedf80f7a04077b5916c9bc6ecb3b9b49
f2fs: Convert f2fs_get_tmp_page() to f2fs_get_tmp_folio()

Convert all the callers to receive a folio.  Removes a lot of
hidden calls to compound_head() in f2fs_put_page().

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/checkpoint.c
fs/f2fs/f2fs.h
fs/f2fs/node.c
fs/f2fs/recovery.c