summaryrefslogtreecommitdiff
path: root/libbcachefs/super.c
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/super.c
parent986533d8d5b21c8eb512bbb3f0496d3d2a087c5d (diff)
Update bcachefs sources to ac53c8857f fixup! bcachefs: Use a genradix for reading journal entries
Diffstat (limited to 'libbcachefs/super.c')
-rw-r--r--libbcachefs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super.c b/libbcachefs/super.c
index e03c03ff..aba679c6 100644
--- a/libbcachefs/super.c
+++ b/libbcachefs/super.c
@@ -655,6 +655,7 @@ static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts opts)
bch2_fs_allocator_foreground_init(c);
bch2_fs_rebalance_init(c);
bch2_fs_quota_init(c);
+ bch2_fs_ec_init_early(c);
INIT_LIST_HEAD(&c->list);