From: Chao Yu Date: Tue, 24 Sep 2013 01:26:24 +0000 (+0800) Subject: f2fs: remove unneeded write checkpoint in recover_fsync_data X-Git-Tag: v3.13-rc1~113^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691c6fd2a2d6b6db08b17beec5e42ab0687058c7;p=pandora-kernel.git 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 Signed-off-by: Yu Chao Reviewed-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed