| commit | 06b7595db0dc9fd5fd54664b594a751c82ba10cf | [log] [tgz] |
|---|---|---|
| author | Gao Xiang <hsiangkao@linux.alibaba.com> | Sat Jun 21 21:28:40 2025 +0800 |
| committer | Gao Xiang <hsiangkao@linux.alibaba.com> | Sat Jun 21 21:38:01 2025 +0800 |
| tree | 782e6995540557d428b00b5426c8fa743354df69 | |
| parent | 76ec098cdf8cdc88aa23625eccd46dda87ed47c4 [diff] |
erofs-utils: mkfs: skip xattrs where getxattr() returns ENODATA For example, unprivileged users may not have access to the `trusted.*` namespace. It also dumps unidentified xattrs with index 0, which the kernel/FUSE implementations will ignore. Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com> Link: https://lore.kernel.org/r/20250621132840.3036887-2-hsiangkao@linux.alibaba.com