Skip to content

Commit ec438ac

Browse files
author
Kent Overstreet
committed
bcachefs: Fix missing call to bch2_fs_allocator_background_exit()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent fcdbc1d commit ec438ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/bcachefs/super.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ static void __bch2_fs_free(struct bch_fs *c)
544544

545545
bch2_find_btree_nodes_exit(&c->found_btree_nodes);
546546
bch2_free_pending_node_rewrites(c);
547+
bch2_fs_allocator_background_exit(c);
547548
bch2_fs_sb_errors_exit(c);
548549
bch2_fs_counters_exit(c);
549550
bch2_fs_snapshots_exit(c);

0 commit comments

Comments
 (0)