From: Jaegeuk Kim Date: Mon, 20 May 2013 05:48:49 +0000 (+0900) Subject: f2fs: don't do checkpoint if error is occurred X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2c149f7dabd5a4d41cae5d2c2ce1d130acf72c;p=pandora-kernel.git f2fs: don't do checkpoint if error is occurred If we met an error during the dentry recovery, we should not conduct checkpoint. Otherwise, some errorneous dentry blocks overwrites the existing blocks that contain the remaining recovery information. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed