f2fs: Use a folio iterator in f2fs_verify_bio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:45 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:57:35 +0000 (15:57 +0000)
commitcabda16223ed7ac41af27e491a7385e5c5a0c5cd
tree620d97ae0effa09c4c739b6b4269454d5bdf42dc
parent587b2df524f9cd3f799d7196315453b5f2b01813
f2fs: Use a folio iterator in f2fs_verify_bio()

Change from bio_for_each_segment_all() to bio_for_each_folio_all()
to iterate over each folio instead of each 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/data.c