f2fs: Pass a folio to recover_quota_data()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:00 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:55:26 +0000 (15:55 +0000)
commit71e5066738e91890ec2dd98b7148c61c417013ee
tree900128d8675fcaa2eb9ab987b82f4b43be7a0776
parent7872c71e646b9682ce22be8f3616b5a3f5a5df62
f2fs: Pass a folio to recover_quota_data()

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