{net, ib}/mlx5: Make cache line size determination at runtime.
[cascardo/linux.git] / fs / f2fs / segment.c
index fbcc172..fc886f0 100644 (file)
@@ -345,6 +345,11 @@ int commit_inmem_pages(struct inode *inode)
  */
 void f2fs_balance_fs(struct f2fs_sb_info *sbi, bool need)
 {
+#ifdef CONFIG_F2FS_FAULT_INJECTION
+       if (time_to_inject(sbi, FAULT_CHECKPOINT))
+               f2fs_stop_checkpoint(sbi, false);
+#endif
+
        if (!need)
                return;