From: Mathieu Desnoyers Date: Mon, 27 May 2013 17:09:38 +0000 (-0400) Subject: rcuja test: add missing rcu read unlock X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=6da38aec631555f2a9b200cb51d64947f5c67004 rcuja test: add missing rcu read unlock No impact for now, since we use QSBR. Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/test_urcu_ja.c b/tests/test_urcu_ja.c index ab23982..e8f6887 100644 --- a/tests/test_urcu_ja.c +++ b/tests/test_urcu_ja.c @@ -690,6 +690,7 @@ void *test_ja_rw_thr_writer(void *_count) } else { URCU_TLS(nr_delnoent)++; } + rcu_read_unlock(); } URCU_TLS(nr_writes)++;