f2fs: Pass a folio to recover_dentry()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:02:58 +0000 (18:02 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:55:19 +0000 (15:55 +0000)
commit9050cabbe1addc5bd2d080b04d51e1f05802a7c4
tree1260571689672dcb1abd08b5ce2a98c6057f870a
parentc1cfc87e49525853ebe9dce2ffce6332eb811fa6
f2fs: Pass a folio to recover_dentry()

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/recovery.c