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

From: Gao Xiang
Date: Thu Mar 30 2023 - 05:35:00 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>

Reviewed-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Thanks,
Gao Xiang