btrfs-progs: tests/fsck: Add test case to check if btrfs check can skip data csum...
[platform/upstream/btrfs-progs.git] / repair.h
index 3fc0e8b..355bbf2 100644 (file)
--- a/repair.h
+++ b/repair.h
@@ -21,6 +21,8 @@
 
 #include "ctree.h"
 
+extern int repair; /* repair mode */
+
 struct btrfs_corrupt_block {
        struct cache_extent cache;
        struct btrfs_key key;