summaryrefslogtreecommitdiff
path: root/libbcachefs/replicas.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-04-21 18:13:43 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-04-24 01:37:09 -0400
commitf87850496ea0ad0e5e8f8feb1c454662d0973530 (patch)
tree89f0c013f58a51fb3c484638ed2ad5805ea86d13 /libbcachefs/replicas.h
parent30f72f75f51bd42ab3ac943745bd7b4cee5eec9d (diff)
Update bcachefs sources to 3c41353bc1 bcachefs: Fix bch2_verify_keylist_sorted
Diffstat (limited to 'libbcachefs/replicas.h')
-rw-r--r--libbcachefs/replicas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/replicas.h b/libbcachefs/replicas.h
index c77e873e..72ac544f 100644
--- a/libbcachefs/replicas.h
+++ b/libbcachefs/replicas.h
@@ -102,6 +102,7 @@ int bch2_sb_replicas_to_cpu_replicas(struct bch_fs *);
extern const struct bch_sb_field_ops bch_sb_field_ops_replicas;
extern const struct bch_sb_field_ops bch_sb_field_ops_replicas_v0;
+void bch2_fs_replicas_exit(struct bch_fs *);
int bch2_fs_replicas_init(struct bch_fs *);
#endif /* _BCACHEFS_REPLICAS_H */