From d8bac122ff7b4e03b111589cf6a3b31e713dc189 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 8 Sep 2015 18:32:12 -0400 Subject: [PATCH] Fix: double RCU unlock on event_agent_disable_all MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/event.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/lttng-sessiond/event.c b/src/bin/lttng-sessiond/event.c index f63364a85..fdec4a9dd 100644 --- a/src/bin/lttng-sessiond/event.c +++ b/src/bin/lttng-sessiond/event.c @@ -654,8 +654,6 @@ int event_agent_disable_all(struct ltt_ust_session *usess, goto error_unlock; } } - rcu_read_unlock(); - ret = LTTNG_OK; error_unlock: -- 2.34.1