Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes

2018-02-28 Thread Chao Yu
On 2018/2/28 13:23, Jaegeuk Kim wrote: > On 02/27, Chao Yu wrote: >> Ping, >> >> On 2018/2/13 22:33, Chao Yu wrote: >>> On 2018/2/10 10:28, Jaegeuk Kim wrote: This is to fix missing dquot_initialize for orphan inodes. >>> >>> IMO, we don't need to call dquot_initialize as we have call the

Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes

2018-02-28 Thread Chao Yu
On 2018/2/28 13:23, Jaegeuk Kim wrote: > On 02/27, Chao Yu wrote: >> Ping, >> >> On 2018/2/13 22:33, Chao Yu wrote: >>> On 2018/2/10 10:28, Jaegeuk Kim wrote: This is to fix missing dquot_initialize for orphan inodes. >>> >>> IMO, we don't need to call dquot_initialize as we have call the

Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes

2018-02-27 Thread Jaegeuk Kim
On 02/27, Chao Yu wrote: > Ping, > > On 2018/2/13 22:33, Chao Yu wrote: > > On 2018/2/10 10:28, Jaegeuk Kim wrote: > >> This is to fix missing dquot_initialize for orphan inodes. > > > > IMO, we don't need to call dquot_initialize as we have call the function > > in evict(), right? I think we'd

Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes

2018-02-27 Thread Jaegeuk Kim
On 02/27, Chao Yu wrote: > Ping, > > On 2018/2/13 22:33, Chao Yu wrote: > > On 2018/2/10 10:28, Jaegeuk Kim wrote: > >> This is to fix missing dquot_initialize for orphan inodes. > > > > IMO, we don't need to call dquot_initialize as we have call the function > > in evict(), right? I think we'd

Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes

2018-02-27 Thread Chao Yu
Ping, On 2018/2/13 22:33, Chao Yu wrote: > On 2018/2/10 10:28, Jaegeuk Kim wrote: >> This is to fix missing dquot_initialize for orphan inodes. > > IMO, we don't need to call dquot_initialize as we have call the function > in evict(), right? > > Thanks, > >> >> Signed-off-by: Jaegeuk Kim

Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes

2018-02-27 Thread Chao Yu
Ping, On 2018/2/13 22:33, Chao Yu wrote: > On 2018/2/10 10:28, Jaegeuk Kim wrote: >> This is to fix missing dquot_initialize for orphan inodes. > > IMO, we don't need to call dquot_initialize as we have call the function > in evict(), right? > > Thanks, > >> >> Signed-off-by: Jaegeuk Kim >>

Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes

2018-02-13 Thread Chao Yu
On 2018/2/10 10:28, Jaegeuk Kim wrote: > This is to fix missing dquot_initialize for orphan inodes. IMO, we don't need to call dquot_initialize as we have call the function in evict(), right? Thanks, > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/checkpoint.c | 28

Re: [f2fs-dev] [PATCH] f2fs: handle quota for orphan inodes

2018-02-13 Thread Chao Yu
On 2018/2/10 10:28, Jaegeuk Kim wrote: > This is to fix missing dquot_initialize for orphan inodes. IMO, we don't need to call dquot_initialize as we have call the function in evict(), right? Thanks, > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/checkpoint.c | 28

[PATCH] f2fs: handle quota for orphan inodes

2018-02-09 Thread Jaegeuk Kim
This is to fix missing dquot_initialize for orphan inodes. Signed-off-by: Jaegeuk Kim --- fs/f2fs/checkpoint.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index

[PATCH] f2fs: handle quota for orphan inodes

2018-02-09 Thread Jaegeuk Kim
This is to fix missing dquot_initialize for orphan inodes. Signed-off-by: Jaegeuk Kim --- fs/f2fs/checkpoint.c | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/fs/f2fs/checkpoint.c b/fs/f2fs/checkpoint.c index 8b0945ba284d..e3bf753a47be 100644