summaryrefslogtreecommitdiff
path: root/libbcachefs/replicas.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-11-09 04:00:42 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2018-11-09 04:06:53 -0500
commitbdba182d105b1eaa9776c78a094b0b0192046651 (patch)
tree80a411cfe394ae6e877ba7a5618048ce22113992 /libbcachefs/replicas.h
parent8ab9dc0a9a29e5459e41052a272736e3e7ed3c13 (diff)
Update bcachefs sources to d7dbddc450 bcachefs: revamp to_text methods
Diffstat (limited to 'libbcachefs/replicas.h')
-rw-r--r--libbcachefs/replicas.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbcachefs/replicas.h b/libbcachefs/replicas.h
index 640fe5b2..7deca37c 100644
--- a/libbcachefs/replicas.h
+++ b/libbcachefs/replicas.h
@@ -12,8 +12,7 @@ int bch2_mark_replicas(struct bch_fs *, enum bch_data_type,
int bch2_mark_bkey_replicas(struct bch_fs *, enum bkey_type,
struct bkey_s_c);
-int bch2_cpu_replicas_to_text(struct bch_replicas_cpu *, char *, size_t);
-int bch2_sb_replicas_to_text(struct bch_sb_field_replicas *, char *, size_t);
+void bch2_cpu_replicas_to_text(struct printbuf *, struct bch_replicas_cpu *);
struct replicas_status {
struct {