Commit 462eab25 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Remove a racy assert

With the recent changes where HSH_Unbusy/HSH_Fail is called after
ObjSetState, this assert becomes racy. Remove the assert.
parent 5db61e04
......@@ -980,9 +980,6 @@ VBF_Fetch(struct worker *wrk, struct req *req, struct objcore *oc,
(void)VRB_Ignore(req);
} else {
ObjWaitState(oc, BOS_STREAM);
if (oc->boc->state == BOS_FAILED) {
AN((oc->flags & OC_F_FAILED));
}
}
}
AZ(bo);
......
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