Re: [PATCH] erofs-utils: pass down inode for erofs_prepare_xattr_ibody

2020-06-19 Thread Li GuiFu via Linux-erofs
On 2020/6/17 15:27, Gao Xiang via Linux-erofs wrote: > From: Gao Xiang > > Instead of several independent arguments for convenience. > No logic changes. > > Signed-off-by: Gao Xiang > --- > > > It looks good > > Reviewed-by: Li Guifu >

[PATCH] erofs-utils: pass down inode for erofs_prepare_xattr_ibody

2020-06-17 Thread Gao Xiang via Linux-erofs
From: Gao Xiang Instead of several independent arguments for convenience. No logic changes. Signed-off-by: Gao Xiang --- include/erofs/xattr.h | 3 +-- lib/inode.c | 4 +--- lib/xattr.c | 7 --- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git