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

2023-07-14 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 | 48 ++ fsck/xattr.h | 54

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

2023-07-14 Thread Eric Biggers
On Sat, Jul 15, 2023 at 01:20:23PM +0800, 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 +++

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

2023-07-14 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 | 48 ++ fsck/xattr.h | 54

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

2023-07-14 Thread Eric Biggers
On Fri, Jul 14, 2023 at 11:58:43PM +0800, 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 | 46 +++

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

2023-07-14 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 | 46 +--- fsck/xattr.h | 54 ++