OSDN Git Service

f2fs: let fill_super handle roll-forward errors
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 11 Aug 2017 00:35:04 +0000 (17:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Sep 2017 06:19:56 +0000 (08:19 +0200)
commit0f90297cba9ba37eb37723423c2df022ce77704a
treed53c5b5e927cda88514b13a4bd1f824fa99b0852
parent60b94125a1fe4988f5392d8537305dad441ef43d
f2fs: let fill_super handle roll-forward errors

commit afd2b4da40b3b567ef8d8e6881479345a2312a03 upstream.

If we set CP_ERROR_FLAG in roll-forward error, f2fs is no longer to proceed
any IOs due to f2fs_cp_error(). But, for example, if some stale data is involved
on roll-forward process, we're able to get -ENOENT, getting fs stuck.
If we get any error, let fill_super set SBI_NEED_FSCK and try to recover back
to stable point.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/f2fs/recovery.c