Commit 88bd7711 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: fix spurious error in read_btree_roots()

parent 1df31086
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -607,6 +607,7 @@ static int read_btree_roots(struct bch_fs *c)
					buf.buf, bch2_err_str(ret))) {
			if (btree_id_is_alloc(i))
				r->error = 0;
			ret = 0;
		}
	}