fellow_storage: A disk object can not be busy

parent 12e76745
......@@ -460,8 +460,8 @@ stvfe_dskoc_fco(struct worker *wrk,
stv->name, stv->ident,
fcr.r.err ? fcr.r.err : "Unknown error");
HSH_Fail(oc);
if (!(/*lint --e(641)*/ oc->flags & OC_F_BUSY))
HSH_Kill(oc);
AZ(oc->flags & OC_F_BUSY);
HSH_Kill(oc);
AZ(fcoc.fco);
stvfe->stats->c_dsk_obj_get_fail++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment