Re: [f2fs-dev] [PATCH 2/2] f2fs: report # of free inodes more precisely

2017-07-01 Thread Chao Yu
On 2017/7/1 15:27, Jaegeuk Kim wrote: > On 06/28, Chao Yu wrote: >> On 2017/6/26 22:58, Jaegeuk Kim wrote: >>> On 06/26, Chao Yu wrote: Hi Jaegeuk, On 2017/6/25 0:25, Jaegeuk Kim wrote: > If the partition is small, we don't need to report total # of inodes > including >

Re: [f2fs-dev] [PATCH 2/2] f2fs: report # of free inodes more precisely

2017-07-01 Thread Jaegeuk Kim
On 06/28, Chao Yu wrote: > On 2017/6/26 22:58, Jaegeuk Kim wrote: > > On 06/26, Chao Yu wrote: > >> Hi Jaegeuk, > >> > >> On 2017/6/25 0:25, Jaegeuk Kim wrote: > >>> If the partition is small, we don't need to report total # of inodes > >>> including > >>> hidden free nodes. > >>> > >>> Signed-off

Re: [f2fs-dev] [PATCH 2/2] f2fs: report # of free inodes more precisely

2017-06-28 Thread Chao Yu
On 2017/6/26 22:58, Jaegeuk Kim wrote: > On 06/26, Chao Yu wrote: >> Hi Jaegeuk, >> >> On 2017/6/25 0:25, Jaegeuk Kim wrote: >>> If the partition is small, we don't need to report total # of inodes >>> including >>> hidden free nodes. >>> >>> Signed-off-by: Jaegeuk Kim >>> --- >>> fs/f2fs/super.

Re: [f2fs-dev] [PATCH 2/2] f2fs: report # of free inodes more precisely

2017-06-26 Thread Jaegeuk Kim
On 06/26, Chao Yu wrote: > Hi Jaegeuk, > > On 2017/6/25 0:25, Jaegeuk Kim wrote: > > If the partition is small, we don't need to report total # of inodes > > including > > hidden free nodes. > > > > Signed-off-by: Jaegeuk Kim > > --- > > fs/f2fs/super.c | 14 +++--- > > 1 file changed,

Re: [f2fs-dev] [PATCH 2/2] f2fs: report # of free inodes more precisely

2017-06-26 Thread Chao Yu
Hi Jaegeuk, On 2017/6/25 0:25, Jaegeuk Kim wrote: > If the partition is small, we don't need to report total # of inodes including > hidden free nodes. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/super.c | 14 +++--- > 1 file changed, 11 insertions(+), 3 deletions(-) > > diff --git

[PATCH 2/2] f2fs: report # of free inodes more precisely

2017-06-24 Thread Jaegeuk Kim
If the partition is small, we don't need to report total # of inodes including hidden free nodes. Signed-off-by: Jaegeuk Kim --- fs/f2fs/super.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 8e39b850bfc0..3da6fb276f8b