diff options
Diffstat (limited to 'libbcachefs/super.c')
-rw-r--r-- | libbcachefs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super.c b/libbcachefs/super.c index 38920fff..fb1a230f 100644 --- a/libbcachefs/super.c +++ b/libbcachefs/super.c @@ -674,6 +674,7 @@ static struct bch_fs *bch2_fs_alloc(struct bch_sb *sb, struct bch_opts opts) INIT_LIST_HEAD(&c->list); INIT_LIST_HEAD(&c->btree_interior_update_list); + INIT_LIST_HEAD(&c->btree_interior_updates_unwritten); mutex_init(&c->btree_reserve_cache_lock); mutex_init(&c->btree_interior_update_lock); |