Re: [f2fs-dev] [PATCH] f2fs: remove duplicated dquot_initialize and fix error handling

2018-04-23 Thread Chao Yu
On 2018/4/21 14:12, Sheng Yong wrote: > This patch removes duplicated dquot_initialize in recover_orphan_inode(), > and fix the error handling if dquot_initialize fails. > > Signed-off-by: Sheng Yong Reviewed-by: Chao Yu Thanks, ---

[f2fs-dev] [PATCH] f2fs: remove duplicated dquot_initialize and fix error handling

2018-04-20 Thread Sheng Yong
This patch removes duplicated dquot_initialize in recover_orphan_inode(), and fix the error handling if dquot_initialize fails. Signed-off-by: Sheng Yong --- fs/f2fs/checkpoint.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c