From: Jaegeuk Kim Date: Sat, 24 Jan 2015 03:16:59 +0000 (-0800) Subject: f2fs: should fail mount when trying to recover data on read-only dev X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~98^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081d78c2fc4ab2fef4cdf1100dd22155c73f8657;p=pandora-kernel.git f2fs: should fail mount when trying to recover data on read-only dev If device is read-only, we should not proceed data recovery. But, if the previous checkpoint was done by normal clean shutdown, it's safe to proceed the recovery, since there will be no data to be recovered. Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed