Commit ec438ac5 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Fix missing call to bch2_fs_allocator_background_exit()

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent fcdbc1d7
......@@ -544,6 +544,7 @@ static void __bch2_fs_free(struct bch_fs *c)
bch2_find_btree_nodes_exit(&c->found_btree_nodes);
bch2_free_pending_node_rewrites(c);
bch2_fs_allocator_background_exit(c);
bch2_fs_sb_errors_exit(c);
bch2_fs_counters_exit(c);
bch2_fs_snapshots_exit(c);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment