From: Jaegeuk Kim Date: Sat, 24 Jan 2015 02:33:46 +0000 (-0800) Subject: f2fs: support norecovery mount option X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~98^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d834bf9ac8e40d9ae2a2dcde2348bd028f87ec4;p=pandora-kernel.git f2fs: support norecovery mount option This patch adds a mount option, norecovery, which is mostly same as disable_roll_forward. The only difference is that norecovery should be activated with read-only mount option. This can be used when user wants to check whether f2fs is mountable or not without any recovery process. (e.g., xfstests/200) Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed