Loading fs/bcachefs/recovery.c +4 −4 Original line number Diff line number Diff line Loading @@ -1108,9 +1108,6 @@ int bch2_fs_recovery(struct bch_fs *c) out: bch2_flush_fsck_errs(c); if (!IS_ERR(clean)) kfree(clean); if (!ret && test_bit(BCH_FS_need_delete_dead_snapshots, &c->flags) && !c->opts.nochanges) { Loading @@ -1119,6 +1116,9 @@ int bch2_fs_recovery(struct bch_fs *c) } bch_err_fn(c, ret); final_out: if (!IS_ERR(clean)) kfree(clean); return ret; err: fsck_err: Loading @@ -1132,7 +1132,7 @@ int bch2_fs_recovery(struct bch_fs *c) bch2_print_str(c, KERN_ERR, buf.buf); printbuf_exit(&buf); } return ret; goto final_out; } int bch2_fs_initialize(struct bch_fs *c) Loading Loading
fs/bcachefs/recovery.c +4 −4 Original line number Diff line number Diff line Loading @@ -1108,9 +1108,6 @@ int bch2_fs_recovery(struct bch_fs *c) out: bch2_flush_fsck_errs(c); if (!IS_ERR(clean)) kfree(clean); if (!ret && test_bit(BCH_FS_need_delete_dead_snapshots, &c->flags) && !c->opts.nochanges) { Loading @@ -1119,6 +1116,9 @@ int bch2_fs_recovery(struct bch_fs *c) } bch_err_fn(c, ret); final_out: if (!IS_ERR(clean)) kfree(clean); return ret; err: fsck_err: Loading @@ -1132,7 +1132,7 @@ int bch2_fs_recovery(struct bch_fs *c) bch2_print_str(c, KERN_ERR, buf.buf); printbuf_exit(&buf); } return ret; goto final_out; } int bch2_fs_initialize(struct bch_fs *c) Loading