summaryrefslogtreecommitdiff
path: root/libbcachefs/backpointers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/backpointers.h')
-rw-r--r--libbcachefs/backpointers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/backpointers.h b/libbcachefs/backpointers.h
index 547e0617..4ab9f356 100644
--- a/libbcachefs/backpointers.h
+++ b/libbcachefs/backpointers.h
@@ -7,7 +7,7 @@
#include "buckets.h"
#include "super.h"
-int bch2_backpointer_invalid(const struct bch_fs *, struct bkey_s_c k,
+int bch2_backpointer_invalid(struct bch_fs *, struct bkey_s_c k,
enum bkey_invalid_flags, struct printbuf *);
void bch2_backpointer_to_text(struct printbuf *, const struct bch_backpointer *);
void bch2_backpointer_k_to_text(struct printbuf *, struct bch_fs *, struct bkey_s_c);