rename rcu_old_gp_ongoing to rcu_gp_ongoing
[urcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index a3ceca3f5263be7812288f4e909eed6878246980..5d09a62cfe935072ed0f9471a70c59d0cab4f98e 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -233,7 +233,7 @@ void update_counter_and_wait(void)
                }
 
                list_for_each_entry_safe(index, tmp, &registry, head) {
-                       if (!rcu_old_gp_ongoing(&index->ctr))
+                       if (!rcu_gp_ongoing(&index->ctr))
                                list_move(&index->head, &qsreaders);
                }
 
This page took 0.022569 seconds and 4 git commands to generate.