]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Convert f2fs_move_node_page() to f2fs_move_node_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:11:40 +0000 (21:11 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:37 +0000 (15:26 +0000)
commitc795d9dbe035c6e9c0ecb3ff0e0fc6427a55a9a5
tree5d979bf205b223cd640708e5cffc3591c91a07a6
parentc528defa64ae4244ae8749f8608d7a7f731c5727
f2fs: Convert f2fs_move_node_page() to f2fs_move_node_folio()

Pass the folio in from the one caller and use it throughout.
Removes eight 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/f2fs.h
fs/f2fs/gc.c
fs/f2fs/node.c