f2fs: Pass a folio to sanity_check_extent_cache()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:02 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:55:31 +0000 (15:55 +0000)
commitafd42fa98b9c01596daf0f1e41a6ffd0f7179144
tree63a7927c4db7290c672d991e2b3dd177cebb89c4
parentb77dc031a7848066555e7c6da2a2c091b4572e8e
f2fs: Pass a folio to sanity_check_extent_cache()

The only caller has 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/extent_cache.c
fs/f2fs/f2fs.h
fs/f2fs/inode.c