Commit e6e697ca authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't assert perfect consistency during reset.

parent 841d3069
......@@ -417,10 +417,6 @@ cmd_barrier(CMD_ARGS)
AZ(pthread_mutex_lock(&b->mtx));
switch (b->type) {
case BARRIER_COND:
if (b->cyclic)
AZ(b->waiters);
else
assert(b->waiters == b->expected);
break;
case BARRIER_SOCK:
b->active = 0;
......
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