diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-03-29 14:29:47 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2019-04-03 12:44:14 -0400 |
commit | 6fe16b54edb8d668c39139bc1738d794f044cfdf (patch) | |
tree | a6f977c11efb8f35c2e0dd383d06e68bef535bde | |
parent | 6e5e363d592a21e62e500920e87078f49fb5aad8 (diff) |
bcachefs: allow journal reply on ro mount
-rw-r--r-- | fs/bcachefs/super.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/bcachefs/super.c b/fs/bcachefs/super.c index 1509c0fff96a..7748dafb324e 100644 --- a/fs/bcachefs/super.c +++ b/fs/bcachefs/super.c @@ -463,9 +463,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); } |