f2fs: Pass a folio to f2fs_recover_xattr_data()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:23 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:56:30 +0000 (15:56 +0000)
commit447e4fb5e8800648c6c7b8edaa90ad3f8919ce0b
tree80cf5b8516bf0a974c9ab15a3065f6beeb6bc673
parenteca35d6d5a0245ffeb0e80a7d07aab8801b6572a
f2fs: Pass a folio to f2fs_recover_xattr_data()

One caller passes NULL and the other caller already 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/f2fs.h
fs/f2fs/node.c
fs/f2fs/recovery.c