commit | 2e69e8e874f546cc18db79a13303477769690f4f | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Jul 31 09:09:01 2018 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Sep 05 15:17:52 2018 -0700 |
tree | b1da2f2985784087e115c84d3372ae5849a9371a | |
parent | 3a63e3d97b7893bb2a6f5779105c399a404d9dc7 [diff] |
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>