commit | dc37910d4c63296513c5795187d020ad9793822b | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Tue Feb 19 17:08:18 2019 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Mar 12 18:59:18 2019 -0700 |
tree | 559515930cf705162c171d3afded6dc1f329422d | |
parent | aa2c8c43e4a5c242f5b0331c8b7a941b85f9435a [diff] |
f2fs: make fault injection covering __submit_flush_wait() This patch changes to allow failure of f2fs_bio_alloc() in __submit_flush_wait(), which can simulate flush error in checkpoint() for covering more error paths. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>