Re: [PATCH 1/6] erofs: get rid of erofs_inode_datablocks()

2023-02-14 Thread Chao Yu
On 2023/2/4 17:30, Gao Xiang wrote: erofs_inode_datablocks() has the only one caller, let's just get rid of it entirely. No logic changes. Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks,

Re: [PATCH 1/6] erofs: get rid of erofs_inode_datablocks()

2023-02-07 Thread Jingbo Xu
On 2/4/23 5:30 PM, Gao Xiang wrote: > erofs_inode_datablocks() has the only one caller, let's just get > rid of it entirely. No logic changes. > > Signed-off-by: Gao Xiang Reviewed-by: Jingbo Xu > --- > fs/erofs/internal.h | 6 -- > fs/erofs/namei.c| 18 +- > 2

Re: [PATCH 1/6] erofs: get rid of erofs_inode_datablocks()

2023-02-05 Thread Yue Hu
On Sat, 4 Feb 2023 17:30:35 +0800 Gao Xiang wrote: > erofs_inode_datablocks() has the only one caller, let's just get > rid of it entirely. No logic changes. > > Signed-off-by: Gao Xiang Reviewed-by: Yue Hu

[PATCH 1/6] erofs: get rid of erofs_inode_datablocks()

2023-02-04 Thread Gao Xiang
erofs_inode_datablocks() has the only one caller, let's just get rid of it entirely. No logic changes. Signed-off-by: Gao Xiang --- fs/erofs/internal.h | 6 -- fs/erofs/namei.c| 18 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/fs/erofs/internal.h