rcuja test: add missing rcu read unlock
[userspace-rcu.git] / tests / test_urcu_ja.c
index ab23982033e87c646c3ddc0b986daaadf3f62a87..e8f6887d6bd4b2818e034b34fc037af4e424de95 100644 (file)
@@ -690,6 +690,7 @@ void *test_ja_rw_thr_writer(void *_count)
                        } else {
                                URCU_TLS(nr_delnoent)++;
                        }
+                       rcu_read_unlock();
                }
 
                URCU_TLS(nr_writes)++;
This page took 0.022854 seconds and 4 git commands to generate.