Commit ec438ac5 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Fix missing call to bch2_fs_allocator_background_exit()

parent fcdbc1d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);