]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Pass a folio to f2fs_recover_inline_xattr()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:18 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:43 +0000 (15:26 +0000)
commit39b53c0b99464af67272b1cfd449abf02de60cf2
tree6ba9774b6005b3b6c65d8276127631e8b8e7836d
parent847bfef73a70416f67de701c0fb59b39e731c5ff
f2fs: Pass a folio to f2fs_recover_inline_xattr()

The 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/f2fs.h
fs/f2fs/node.c
fs/f2fs/recovery.c