X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu.c;h=5d09a62cfe935072ed0f9471a70c59d0cab4f98e;hp=a3ceca3f5263be7812288f4e909eed6878246980;hb=b95a001f50047ab146becf9b9e514ab0639f67cd;hpb=0d342f2fb06c0b2e37a34b0968d1dc26e2220825 diff --git a/urcu.c b/urcu.c index a3ceca3..5d09a62 100644 --- a/urcu.c +++ b/urcu.c @@ -233,7 +233,7 @@ void update_counter_and_wait(void) } list_for_each_entry_safe(index, tmp, ®istry, head) { - if (!rcu_old_gp_ongoing(&index->ctr)) + if (!rcu_gp_ongoing(&index->ctr)) list_move(&index->head, &qsreaders); }