f2fs: Pass a folio to __has_merged_page()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:56 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:58:08 +0000 (15:58 +0000)
commit5fb60c0365c4dad347e4958f78976cb733d903f2
treeefc3316fa0efed8adb69d043efa93ff26012e43c
parent06e42bf4327a410c72b7e689190f4c6b769e1e02
f2fs: Pass a folio to __has_merged_page()

All three callers have a folio so pass it in.

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