f2fs: Pass a folio to WB_DATA_TYPE() and f2fs_is_cp_guaranteed()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:42 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:57:27 +0000 (15:57 +0000)
commitd6966e7ed280caf1f4397c4a0cad14618e5ff5f7
tree12a718bc13321d35531b7e340c7876fd2c302012
parentfec903541713bcb606f7f93cfdad99d2083cfda7
f2fs: Pass a folio to WB_DATA_TYPE() and f2fs_is_cp_guaranteed()

All callers now have a folio so pass it in.  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/compress.c
fs/f2fs/data.c
fs/f2fs/f2fs.h