mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
bcachefs: fix spurious error in read_btree_roots()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
1df310860a
commit
88bd771191
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user