Fix: double RCU unlock on event_agent_disable_all
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 8 Sep 2015 22:32:12 +0000 (18:32 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Sep 2015 10:26:43 +0000 (06:26 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/event.c

index dacd56d33bd1985c76959c4982b1de85b1af521e..8cca21391d43dd9b20b877bc920e14d10c1a348e 100644 (file)
@@ -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:
This page took 0.025919 seconds and 4 git commands to generate.