commit | 2adc3505cfb819c91855a64d997a7cdd9731ee6e | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Mon Mar 16 21:08:44 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Apr 10 15:08:43 2015 -0700 |
tree | 720b8d875181083f560e6a82d72d72dd2e16f18e | |
parent | 21cb1d99bcc77252e6426010bcc6433f75b581bb [diff] |
f2fs: set SBI_NEED_FSCK when encountering exception in recovery This patch tries to set SBI_NEED_FSCK flag into sbi only when we fail to recover in fill_super, so we could skip fscking image when we fail to fill super for other reason. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>