Commit 1e94b378 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

This AZ introduced the opposite race of the one it was supposed

to check:  The req might get rescheduled before we get there.
parent 56ea5e3c
......@@ -884,7 +884,6 @@ CNT_Request(struct worker *wrk, struct req *req)
req->wrk = NULL;
}
AZ(req->wrk);
assert(WRW_IsReleased(wrk));
return (nxt);
}
......
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