Re: [PATCH 2/3] f2fs: call f2fs_balance_fs for setattr

2016-10-26 Thread Chao Yu
On 2016/10/18 5:56, Jaegeuk Kim wrote: > If inode becomes dirty, we need to check the # of dirty inodes whether or not > further checkpoint would be required. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu

Re: [PATCH 2/3] f2fs: call f2fs_balance_fs for setattr

2016-10-26 Thread Chao Yu
On 2016/10/18 5:56, Jaegeuk Kim wrote: > If inode becomes dirty, we need to check the # of dirty inodes whether or not > further checkpoint would be required. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu

[PATCH 2/3] f2fs: call f2fs_balance_fs for setattr

2016-10-17 Thread Jaegeuk Kim
If inode becomes dirty, we need to check the # of dirty inodes whether or not further checkpoint would be required. Signed-off-by: Jaegeuk Kim --- fs/f2fs/file.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index

[PATCH 2/3] f2fs: call f2fs_balance_fs for setattr

2016-10-17 Thread Jaegeuk Kim
If inode becomes dirty, we need to check the # of dirty inodes whether or not further checkpoint would be required. Signed-off-by: Jaegeuk Kim --- fs/f2fs/file.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index 0907efa..e63d0fd 100644