OSDN Git Service

f2fs: fix to recover old fault injection config in ->remount_fs
authorChao Yu <yuchao0@huawei.com>
Mon, 26 Sep 2016 11:45:06 +0000 (19:45 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 1 Oct 2016 00:34:34 +0000 (17:34 -0700)
commit2443b8b363917468e2fb163b34c8f14fe1546251
tree3447ea6b56ba350e0040aa60184ce25e8d5b1d40
parent36dbd3287fefdfceeb6a82997241c26df29882c8
f2fs: fix to recover old fault injection config in ->remount_fs

In ->remount_fs, we didn't recover original fault injection config if
we encounter error, fix it.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c