summaryrefslogtreecommitdiff
path: root/libbcachefs/ec.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-04-09 14:02:54 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2022-04-09 14:02:54 -0400
commit8b23ea867a45ead0e97c95a72c8fee40058c5b95 (patch)
tree941ac6612c38b1ae4c52a4da973dfd748407c577 /libbcachefs/ec.h
parent986533d8d5b21c8eb512bbb3f0496d3d2a087c5d (diff)
Update bcachefs sources to ac53c8857f fixup! bcachefs: Use a genradix for reading journal entries
Diffstat (limited to 'libbcachefs/ec.h')
-rw-r--r--libbcachefs/ec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/ec.h b/libbcachefs/ec.h
index af7f8eee..a4c13d61 100644
--- a/libbcachefs/ec.h
+++ b/libbcachefs/ec.h
@@ -224,6 +224,7 @@ void bch2_stripes_heap_to_text(struct printbuf *, struct bch_fs *);
void bch2_new_stripes_to_text(struct printbuf *, struct bch_fs *);
void bch2_fs_ec_exit(struct bch_fs *);
+void bch2_fs_ec_init_early(struct bch_fs *);
int bch2_fs_ec_init(struct bch_fs *);
#endif /* _BCACHEFS_EC_H */