From: Jaegeuk Kim Date: Wed, 20 Mar 2013 10:01:06 +0000 (+0900) Subject: f2fs: fix the recovery flow to handle errors correctly X-Git-Tag: v3.10-rc1~45^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ead114232f786e3ef7a034c8617f2a4df8e5226;p=pandora-kernel.git f2fs: fix the recovery flow to handle errors correctly We should handle errors during the recovery flow correctly. For example, if we get -ENOMEM, we should report a mount failure instead of conducting the remained mount procedure. Reviewed-by: Namjae Jeon Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed