f2fs: Convert get_next_nat_page() to get_next_nat_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:47 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:57:41 +0000 (15:57 +0000)
commit3a19caf12f03a3d731dfae79384a5fe998bc28ca
tree3227d3255f2d4b2c46ad3868e33762fe0dd66b44
parent9e3d138737f8b7a26d078dc088ed33da87884723
f2fs: Convert get_next_nat_page() to get_next_nat_folio()

Return a folio from this function and convert its one caller.
Removes a call 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/node.c