commit | 691c6fd2a2d6b6db08b17beec5e42ab0687058c7 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Tue Sep 24 09:26:24 2013 +0800 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Wed Sep 25 17:18:16 2013 +0900 |
tree | d798ffcba0eefb306b44e6e275db4ff983d18915 | |
parent | cc7b1bb173676621b092b61d22d8d12b05efb5e8 [diff] |
f2fs: remove unneeded write checkpoint in recover_fsync_data Previously, recover_fsync_data still to write checkpoint when there is nothing to recover with normal umount image. It may reduce mount performance and flash memory lifetime, so let's remove it. Signed-off-by: Tan Shu <shu.tan@samsung.com> Signed-off-by: Yu Chao <chao2.yu@samsung.com> Reviewed-by: Gu Zheng <guz.fnst@cn.fujitsu.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>