f2fs: Pass a folio to read_inline_xattr()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:16 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:42 +0000 (15:26 +0000)
commitc8b198748611a1ae73fa49e240c6da31d2ce1e48
tree0648cfcd5addb75a610dd05fc8b0b49bfd5e6416
parent39d20727d8b930269c0c84c404f6564cd676f294
f2fs: Pass a folio to read_inline_xattr()

Both callers have 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/xattr.c