f2fs: Use a folio in f2fs_merge_page_bio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:40 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:57:21 +0000 (15:57 +0000)
commit5e2a00e6e0099fa7f22be90ee87c5019b2e02223
tree3c5ff05afe6d01493de15bd3795992b0173f0c3f
parentca8049c99f3d297665b8e5c5c3bec08573386691
f2fs: Use a folio in f2fs_merge_page_bio()

We have two folios to deal with here; one carries the metadata and the
other points to the data.  They may be the same, but if it's compressed,
the data_folio will differ from the metadata folio.

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