Re: [PATCH v2 1/8] erofs: move several xattr helpers into xattr.c

From: Chao Yu
Date: Sun Apr 16 2023 - 10:21:34 EST


On 2023/3/30 16:29, Jingbo Xu wrote:
Move xattrblock_addr() and xattrblock_offset() helpers into xattr.c,
as they are not used outside of xattr.c.

inlinexattr_header_size() has only one caller, and thus make it inlined
into the caller directly.

Signed-off-by: Jingbo Xu <jefflexu@xxxxxxxxxxxxxxxxx>

Acked-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,