]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: set SBI_NEED_FSCK when encountering exception in recovery
authorChao Yu <chao2.yu@samsung.com>
Mon, 16 Mar 2015 13:08:44 +0000 (21:08 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 10 Apr 2015 22:08:43 +0000 (15:08 -0700)
commitfe7363f365fa85d8170fc605fa590c04e79dd3a1
tree720b8d875181083f560e6a82d72d72dd2e16f18e
parent389c5b8de4fa4b913a8ebc32f543d6757b532a91
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>
fs/f2fs/super.c