Commit 58a46dc5 authored by Kent Overstreet's avatar Kent Overstreet Committed by Kent Overstreet

bcachefs: allow journal reply on ro mount

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 9d455b24
......@@ -432,9 +432,6 @@ int bch2_fs_read_write_early(struct bch_fs *c)
{
lockdep_assert_held(&c->state_lock);
if (c->opts.read_only)
return -EROFS;
return __bch2_fs_read_write(c, true);
}
......
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