Re: [PATCH v3 6/7] erofs: handle long xattr name prefixes properly

2023-04-11 Thread Gao Xiang
On 2023/4/11 17:35, Jingbo Xu wrote: Make .{list,get}xattr routines adapted to long xattr name prefixes. When the bit 7 of erofs_xattr_entry.e_name_index is set, it indicates that it refers to a long xattr name prefix. Signed-off-by: Jingbo Xu --- v3: introduce infix_len to struct getxattr_i

[PATCH v3 6/7] erofs: handle long xattr name prefixes properly

2023-04-11 Thread Jingbo Xu
Make .{list,get}xattr routines adapted to long xattr name prefixes. When the bit 7 of erofs_xattr_entry.e_name_index is set, it indicates that it refers to a long xattr name prefix. Signed-off-by: Jingbo Xu --- v3: introduce infix_len to struct getxattr_iter, and refactor the implementation of xa