summaryrefslogtreecommitdiff
path: root/btrfsck.h
diff options
context:
space:
mode:
Diffstat (limited to 'btrfsck.h')
-rw-r--r--btrfsck.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/btrfsck.h b/btrfsck.h
index 356c7673..7a506480 100644
--- a/btrfsck.h
+++ b/btrfsck.h
@@ -179,5 +179,6 @@ btrfs_new_device_extent_record(struct extent_buffer *leaf,
int check_chunks(struct cache_tree *chunk_cache,
struct block_group_tree *block_group_cache,
struct device_extent_tree *dev_extent_cache,
- struct list_head *good, struct list_head *bad, int silent);
+ struct list_head *good, struct list_head *bad,
+ struct list_head *rebuild, int silent);
#endif