Re: [f2fs-dev] [PATCH 3/3] f2fs: quota: fix incorrect error message and comments

2018-07-25 Thread Sheng Yong
On 2018/7/25 23:44, Chao Yu wrote: On 2018/7/24 20:17, Sheng Yong wrote: Signed-off-by: Sheng Yong --- fs/f2fs/checkpoint.c | 5 - fs/f2fs/recovery.c | 2 +- fs/f2fs/super.c | 5 + 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fs/f2fs/checkpoint.c

Re: [f2fs-dev] [PATCH 3/3] f2fs: quota: fix incorrect error message and comments

2018-07-25 Thread Chao Yu
On 2018/7/24 20:17, Sheng Yong wrote: > Signed-off-by: Sheng Yong > --- > fs/f2fs/checkpoint.c | 5 - > fs/f2fs/recovery.c | 2 +- > fs/f2fs/super.c | 5 + > 3 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c > index

[f2fs-dev] [PATCH 3/3] f2fs: quota: fix incorrect error message and comments

2018-07-24 Thread Sheng Yong
Signed-off-by: Sheng Yong --- fs/f2fs/checkpoint.c | 5 - fs/f2fs/recovery.c | 2 +- fs/f2fs/super.c | 5 + 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index 9c29526a7633..9a0222d9e28c 100644 --- a/fs/f2fs/checkpoint.c