Re: [PATCH -next] erofs: modify the error message when prepare_ondemand_read failed

2024-04-27 Thread Chao Yu
On 2024/4/24 16:42, Hongbo Li wrote: When prepare_ondemand_read failed, wrong error message is printed. The prepare_read is also implemented in cachefiles, so we amend it. Reviewed-by: Gao Xiang Signed-off-by: Hongbo Li Reviewed-by: Chao Yu Thanks,

Re: [PATCH -next] erofs: modify the error message when prepare_ondemand_read failed

2024-04-24 Thread Jingbo Xu
On 4/24/24 4:42 PM, Hongbo Li wrote: > When prepare_ondemand_read failed, wrong error message is printed. > The prepare_read is also implemented in cachefiles, so we amend it. > > Reviewed-by: Gao Xiang > Signed-off-by: Hongbo Li > --- > fs/erofs/fscache.c | 2 +- > 1 file changed, 1 inserti

[PATCH -next] erofs: modify the error message when prepare_ondemand_read failed

2024-04-24 Thread Hongbo Li via Linux-erofs
When prepare_ondemand_read failed, wrong error message is printed. The prepare_read is also implemented in cachefiles, so we amend it. Reviewed-by: Gao Xiang Signed-off-by: Hongbo Li --- fs/erofs/fscache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/erofs/fscache.c b/

Re: [PATCH -next] erofs: modify the error message when prepare_ondemand_read failed

2024-04-24 Thread Hongbo Li via Linux-erofs
ok, thanks! On 2024/4/24 11:29, Gao Xiang wrote: (+cc linux-erofs & LKML) On 2024/4/24 10:39, Hongbo Li wrote: When prepare_ondemand_read failed, wrong error message is printed. The prepare_read is also implemented in cachefiles, so we amend it. Signed-off-by: Hongbo Li Reviewed-by: Gao X

Re: [PATCH -next] erofs: modify the error message when prepare_ondemand_read failed

2024-04-23 Thread Gao Xiang
(+cc linux-erofs & LKML) On 2024/4/24 10:39, Hongbo Li wrote: When prepare_ondemand_read failed, wrong error message is printed. The prepare_read is also implemented in cachefiles, so we amend it. Signed-off-by: Hongbo Li Reviewed-by: Gao Xiang Could you resend the patch with proper mail