f2fs: avoid f2fs_bug_on() in cp_error case
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 31 Jul 2018 16:09:01 +0000 (09:09 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 5 Sep 2018 22:17:52 +0000 (15:17 -0700)
commit2e69e8e874f546cc18db79a13303477769690f4f
treeb1da2f2985784087e115c84d3372ae5849a9371a
parent3a63e3d97b7893bb2a6f5779105c399a404d9dc7
f2fs: avoid f2fs_bug_on() in cp_error case

There is a subtle race condition to invoke f2fs_bug_on() in shutdown tests. I've
confirmed that the last checkpoint is preserved in consistent state, so it'd be
fine to just return error at this moment.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/node.c