f2fs: Pass folios to copy_node_footer()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:20 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:56:22 +0000 (15:56 +0000)
commit171a3aebbd48dd1d43cbf3fc8b1be3b6ab7d5836
treef157012015eab02110c524f9d11ae67f86e080ff
parent53987453349bdd64f4897a83a5e7ee89aa9b907b
f2fs: Pass folios to copy_node_footer()

The only caller has folios so pass them in.  Also mark them as const to help
the compiler.

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