Re: [f2fs-dev] [PATCH] f2fs: fix comment of f2fs_evict_inode

2019-09-28 Thread Chao Yu
On 2019/9/29 10:20, Gao Xiang wrote: > On Sun, Sep 29, 2019 at 08:53:05AM +0800, Chao Yu wrote: >> Hi Jaegeuk, >> >> On 2019/9/28 2:31, Jaegeuk Kim wrote: >>> Hi Chao, >>> >>> On 09/25, Chao Yu wrote: evict() should be called once i_count is zero, rather than i_nlinke is zero. R

Re: [f2fs-dev] [PATCH] f2fs: fix comment of f2fs_evict_inode

2019-09-28 Thread Gao Xiang
On Sun, Sep 29, 2019 at 08:53:05AM +0800, Chao Yu wrote: > Hi Jaegeuk, > > On 2019/9/28 2:31, Jaegeuk Kim wrote: > > Hi Chao, > > > > On 09/25, Chao Yu wrote: > >> evict() should be called once i_count is zero, rather than i_nlinke > >> is zero. > >> > >> Reported-by: Gao Xiang > >> Signed-off-b

Re: [PATCH] f2fs: fix comment of f2fs_evict_inode

2019-09-28 Thread Chao Yu
Hi Jaegeuk, On 2019/9/28 2:31, Jaegeuk Kim wrote: > Hi Chao, > > On 09/25, Chao Yu wrote: >> evict() should be called once i_count is zero, rather than i_nlinke >> is zero. >> >> Reported-by: Gao Xiang >> Signed-off-by: Chao Yu >> --- >> fs/f2fs/inode.c | 2 +- >> 1 file changed, 1 insertion(+

Re: [PATCH] f2fs: fix comment of f2fs_evict_inode

2019-09-27 Thread Gao Xiang
Hi Jaegeuk, On Fri, Sep 27, 2019 at 11:31:50AM -0700, Jaegeuk Kim wrote: > Hi Chao, > > On 09/25, Chao Yu wrote: > > evict() should be called once i_count is zero, rather than i_nlinke > > is zero. > > > > Reported-by: Gao Xiang > > Signed-off-by: Chao Yu > > --- > > fs/f2fs/inode.c | 2 +- >

Re: [PATCH] f2fs: fix comment of f2fs_evict_inode

2019-09-27 Thread Jaegeuk Kim
Hi Chao, On 09/25, Chao Yu wrote: > evict() should be called once i_count is zero, rather than i_nlinke > is zero. > > Reported-by: Gao Xiang > Signed-off-by: Chao Yu > --- > fs/f2fs/inode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/f2fs/inode.c b/fs/f2fs/ino

Re: [f2fs-dev] [PATCH] f2fs: fix comment of f2fs_evict_inode

2019-09-25 Thread Chao Yu
On 2019/9/25 21:47, Gao Xiang wrote: > Hi Chao, > > On Wed, Sep 25, 2019 at 05:30:50PM +0800, Chao Yu wrote: >> evict() should be called once i_count is zero, rather than i_nlinke >> is zero. >> >> Reported-by: Gao Xiang >> Signed-off-by: Chao Yu >> --- >> fs/f2fs/inode.c | 2 +- >> 1 file chan

Re: [f2fs-dev] [PATCH] f2fs: fix comment of f2fs_evict_inode

2019-09-25 Thread Gao Xiang
Hi Chao, On Wed, Sep 25, 2019 at 05:30:50PM +0800, Chao Yu wrote: > evict() should be called once i_count is zero, rather than i_nlinke > is zero. > > Reported-by: Gao Xiang > Signed-off-by: Chao Yu > --- > fs/f2fs/inode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] f2fs: fix comment of f2fs_evict_inode

2019-09-25 Thread Chao Yu
evict() should be called once i_count is zero, rather than i_nlinke is zero. Reported-by: Gao Xiang Signed-off-by: Chao Yu --- fs/f2fs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/inode.c b/fs/f2fs/inode.c index db4fec30c30d..8262f4a483d3 100644 --- a/fs/f