[f2fs-dev] [PATCH v5] f2fs-tools: support to show fscrypt_context_v2 in print_xattr_entry

2023-07-16 Thread Weichao Guo via Linux-f2fs-devel
As the fscrypt context has two versions now, this patch adds the support of fscrypt_context_v2 for print_xattr_entry. Signed-off-by: Weichao Guo Signed-off-by: Sheng Yong --- fsck/mount.c | 53 +++--- fsck/xattr.h | 55

Re: [f2fs-dev] [PATCH v4] f2fs-tools: support to show fscrypt_context_v2 in print_xattr_entry

2023-07-16 Thread Chao Yu
On 2023/7/15 14:09, Weichao Guo wrote: As the fscrypt context has two versions now, this patch adds the support of fscrypt_context_v2 for print_xattr_entry. Signed-off-by: Weichao Guo Signed-off-by: Sheng Yong --- fsck/mount.c | 48 ++ fsck/xattr.

Re: [f2fs-dev] [PATCH v4] f2fs-tools: support to show fscrypt_context_v2 in print_xattr_entry

2023-07-16 Thread Chao Yu
On 2023/7/15 14:09, Weichao Guo wrote: As the fscrypt context has two versions now, this patch adds the support of fscrypt_context_v2 for print_xattr_entry. Signed-off-by: Weichao Guo Signed-off-by: Sheng Yong --- fsck/mount.c | 48 ++ fsck/xattr.