Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
In osd_objset_open() we fail to propagate errors by using GOTO(out, -ENOTSUPP) instead of GOTO(out, rc = -ENOTSUPP).
In osd_objset_open() we fail to propagate errors by using GOTO(out, -ENOTSUPP) instead of GOTO(out, rc = -ENOTSUPP).
Landed for 2.10