Remove unneeded RCU lock
[lttng-tools.git] / src / bin / lttng-sessiond / agent.c
index 7aaefdff28db06d6102a79476f3af05d33c64d57..ca2d4c872931632f4e5d46cb9c6b17b6b3d0d8ed 100644 (file)
@@ -789,9 +789,7 @@ void agent_add(struct agent *agt, struct lttng_ht *ht)
 
        DBG3("Agent adding from domain %d", agt->domain);
 
-       rcu_read_lock();
        lttng_ht_add_unique_u64(ht, &agt->node);
-       rcu_read_unlock();
 }
 
 /*
This page took 0.025217 seconds and 5 git commands to generate.