diff options
Diffstat (limited to 'libbcachefs/recovery.c')
-rw-r--r-- | libbcachefs/recovery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/recovery.c b/libbcachefs/recovery.c index c700b12b..8c67f146 100644 --- a/libbcachefs/recovery.c +++ b/libbcachefs/recovery.c @@ -1125,6 +1125,8 @@ use_clean: bch_verbose(c, "mark and sweep done"); } + bch2_stripes_heap_start(c); + clear_bit(BCH_FS_REBUILD_REPLICAS, &c->flags); set_bit(BCH_FS_INITIAL_GC_DONE, &c->flags); |