bcachefs: Fix return code from bch2_fs_start()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
44e63bcaaa
commit
9516950c06
@ -897,7 +897,8 @@ err:
|
||||
break;
|
||||
}
|
||||
|
||||
BUG_ON(!ret);
|
||||
if (ret >= 0)
|
||||
ret = -EIO;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user