commit | 2b11a74b21b040270d19fc3b61265c75413c0dc1 | [log] [tgz] |
---|---|---|
author | Wanpeng Li <wanpeng.li@linux.intel.com> | Fri Feb 27 16:52:50 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Apr 10 15:08:29 2015 -0700 |
tree | 17f34878bbaf99ca57fff2d085173dda954b2009 | |
parent | 2bda542d59f970b61095bd8205c6c76062f286e3 [diff] |
f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries Don't need to collect dirty sit entries and flush sit journal to sit entries when there's no dirty sit entries. This patch check dirty_sentries earlier just like flush_nat_entries. Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com> Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>