Merge branch 'master' into urcu/ht-shrink
[urcu.git] / urcu-qsbr.c
index a59a87a72df2178aa02f83d9a2a0b0d18e80a97c..553029578a210383df955fb384d6102ad807d51e 100644 (file)
@@ -349,7 +349,11 @@ void rcu_unregister_thread(void)
 
 void rcu_exit(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"
 }
 
 #include "urcu-call-rcu-impl.h"
This page took 0.022798 seconds and 4 git commands to generate.