summaryrefslogtreecommitdiff
path: root/cmds-check.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-07-04 15:22:53 +0200
committerDavid Sterba <dsterba@suse.com>2016-07-04 15:22:53 +0200
commit72e2a08a5c6d5f12be273e286e3355496e4a2f08 (patch)
tree45aa7334c37a9275c40bb9088d32791ab79e0474 /cmds-check.c
parentbbebe814c0e335745cfa773df966418e754b50e3 (diff)
btrfs-progs: factor out repair mode
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-check.c')
-rw-r--r--cmds-check.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds-check.c b/cmds-check.c
index b14cb1fa..6a748ace 100644
--- a/cmds-check.c
+++ b/cmds-check.c
@@ -67,7 +67,6 @@ static u64 data_bytes_referenced = 0;
static int found_old_backref = 0;
static LIST_HEAD(duplicate_extents);
static LIST_HEAD(delete_items);
-static int repair = 0;
static int no_holes = 0;
static int init_extent_tree = 0;
static int check_data_csum = 0;