erofs-utils: fsck: introduce exporting xattrs
authorHongzhen Luo <hongzhen@linux.alibaba.com>
Fri, 13 Sep 2024 07:21:00 +0000 (15:21 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Sat, 14 Sep 2024 12:13:36 +0000 (20:13 +0800)
commit5c56672ae203a4382bc337022a69e490289a83cf
tree9394cb0d60755d611163fea266869593868faa8e
parent1a54ae7248a2bd31e1ae1451042c94af07a33e42
erofs-utils: fsck: introduce exporting xattrs

Currently `fsck --extract` does not support exporting
extended attributes. This patch adds the `--xattrs` option
to dump extended attributes and the `--no-xattrs` option to
omit them (the default behavior).

Signed-off-by: Hongzhen Luo <hongzhen@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240913072100.577753-2-hongzhen@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
configure.ac
fsck/main.c
man/fsck.erofs.1