summaryrefslogtreecommitdiff
path: root/libbcachefs/recovery_passes.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/recovery_passes.h')
-rw-r--r--libbcachefs/recovery_passes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/recovery_passes.h b/libbcachefs/recovery_passes.h
index 2117f0ce..4f2c2f81 100644
--- a/libbcachefs/recovery_passes.h
+++ b/libbcachefs/recovery_passes.h
@@ -30,7 +30,8 @@ int bch2_run_print_explicit_recovery_pass(struct bch_fs *, enum bch_recovery_pas
int __bch2_run_explicit_recovery_pass(struct bch_fs *, struct printbuf *,
enum bch_recovery_pass,
- enum bch_run_recovery_pass_flags);
+ enum bch_run_recovery_pass_flags,
+ bool *);
int bch2_run_explicit_recovery_pass(struct bch_fs *, struct printbuf *,
enum bch_recovery_pass,
enum bch_run_recovery_pass_flags);