commit | 6a2905443cf27f9c14889428f14fccfb98ed97f4 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Fri Jul 17 18:02:39 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Aug 05 08:08:11 2015 -0700 |
tree | 557f15b7959b6ce92909be31693201d20f7c3d3c | |
parent | 737f18992ee81cab897336e84c5c7f4e179dfd61 [diff] |
f2fs: skip writing in ->writepages when no dirty pages exist When flushing comes from background, if there is no dirty page in the mapping of inode, we'd better to skip seeking dirty page from mapping for writebacking. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>