qsbr vs call_rcu : remove exit assertion
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Sep 2011 17:36:12 +0000 (13:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Sep 2011 17:36:12 +0000 (13:36 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu-qsbr.c

index 1adaa9409926edb602302584347edf3febd7c7fd..6b6d3af6711ce44647ebd04dfc796c0495c988b7 100644 (file)
@@ -348,7 +348,11 @@ void rcu_unregister_thread(void)
 
 void rcu_exit(void)
 {
-       assert(cds_list_empty(&registry));
+       /*
+        * Assertion disabled because call_rcu threads are now rcu
+        * readers, and left running at exit.
+        * assert(cds_list_empty(&registry));
+        */
 }
 
 #include "urcu-call-rcu-impl.h"
This page took 0.024707 seconds and 4 git commands to generate.