Re: [PATCH v7 4/5] erofs: unify inline/shared xattr iterators for listxattr/getxattr

From: Gao Xiang
Date: Mon Jun 12 2023 - 10:23:16 EST




On 2023/6/12 20:37, Jingbo Xu wrote:
Make inline_{list,get}xattr() as well as inline_xattr_iter_begin()
unified as erofs_iter_inline_xattr(), and shared_{list,get}xattr()
unified as erofs_iter_shared_xattr().


Could you use erofs_xattr_iter_inline() and erofs_xattr_iter_shared()?

Thanks,
Gao Xiang