From fb27f84c28e9d8ec7c8ce5ac1b541b0671a4569e 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 dacd56d33..8cca21391 100644 --- a/src/bin/lttng-sessiond/event.c +++ b/src/bin/lttng-sessiond/event.c @@ -647,8 +647,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