f2fs: Pass a folio to set_cold_node()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:19 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:56:20 +0000 (15:56 +0000)
commit53987453349bdd64f4897a83a5e7ee89aa9b907b
tree2d275f72cbd50bb98880392e46f9cc1fcd6ab1d3
parentfddd722e73afadff41f570affea351b970ea23e4
f2fs: Pass a folio to set_cold_node()

All callers have a folio so pass it in.  Also mark it 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/inode.c
fs/f2fs/node.c
fs/f2fs/node.h