f2fs: don't do checkpoint if error is occurred
authorJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 20 May 2013 05:48:49 +0000 (14:48 +0900)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Tue, 28 May 2013 06:03:03 +0000 (15:03 +0900)
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 <jaegeuk.kim@samsung.com>

No differences found