Commit 4e65431c authored by Kent Overstreet's avatar Kent Overstreet Committed by Kent Overstreet

Revert "bcachefs: start erasure coding after journal replay"

This reverts commit 36f389604294dfc953e6f5624ceb683818d32f28.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent e8897337
......@@ -214,6 +214,11 @@ int bch2_fs_recovery(struct bch_fs *c)
set_bit(BCH_FS_ALLOC_READ_DONE, &c->flags);
err = "cannot allocate memory";
ret = bch2_fs_ec_start(c);
if (ret)
goto err;
bch_verbose(c, "starting mark and sweep:");
err = "error in recovery";
ret = bch2_initial_gc(c, &journal);
......@@ -274,11 +279,6 @@ int bch2_fs_recovery(struct bch_fs *c)
bch_verbose(c, "quotas done");
}
err = "cannot allocate memory";
ret = bch2_fs_ec_start(c);
if (ret)
goto err;
out:
bch2_journal_entries_free(&journal);
kfree(clean);
......
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