f2fs: Pass a folio to inline_xattr_addr()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:19 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:43 +0000 (15:26 +0000)
commite0691a051f1138c5ac2adf0971c255035f797e8d
treedbdfb7e0eca6faa31b350b2692258feb1032893c
parent39b53c0b99464af67272b1cfd449abf02de60cf2
f2fs: Pass a folio to inline_xattr_addr()

All callers now 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/f2fs.h
fs/f2fs/node.c
fs/f2fs/xattr.c