Re: [f2fs-dev] [RFC PATCH v2 3/9] dump/fsck: introduce print_xattr_entry

2017-11-02 Thread Jaegeuk Kim
Hi Sheng, This triggers: mount.c:14:29: fatal error: linux/posix_acl.h: No such file or directory Thanks, On 11/02, Sheng Yong wrote: > This patch exports read_all_xattrs to allow dump/fsck to get all xattrs, > and introduces print_xattr_entry which tries to parse an xattr entry > accroding to

[f2fs-dev] [RFC PATCH v2 3/9] dump/fsck: introduce print_xattr_entry

2017-11-01 Thread Sheng Yong
This patch exports read_all_xattrs to allow dump/fsck to get all xattrs, and introduces print_xattr_entry which tries to parse an xattr entry accroding to its xattr index. Signed-off-by: Sheng Yong --- fsck/dump.c | 18 - fsck/fsck.h | 7 +++- fsck/mount.c | 123