commit | 2d834bf9ac8e40d9ae2a2dcde2348bd028f87ec4 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Jan 23 18:33:46 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Feb 11 17:04:40 2015 -0800 |
tree | 3488fad8e7a8c90363355b2265f69d9fd07c3da9 | |
parent | dabc4a5c60f796a8e7171272284ba077f9c1e439 [diff] |
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 <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>