Clean-up: remove unneeded rcu_read_lock acquisition
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 675283aa63477b3679aa27a7f8942d1c52453dae..cb5ba6c485ec33ec1dafe5366dba5b0a1792d8c0 100644 (file)
@@ -2925,7 +2925,6 @@ static int create_channel_per_uid(struct ust_app *app,
                uint64_t chan_reg_key;
                struct ust_registry_channel *chan_reg;
 
-               rcu_read_lock();
                chan_reg_key = ua_chan->tracing_channel_id;
 
                pthread_mutex_lock(&reg_uid->registry->reg.ust->lock);
@@ -2946,7 +2945,6 @@ static int create_channel_per_uid(struct ust_app *app,
                                ua_chan->key,
                                LTTNG_DOMAIN_UST,
                                ua_chan->attr.subbuf_size * ua_chan->attr.num_subbuf);
-               rcu_read_unlock();
                if (cmd_ret != LTTNG_OK) {
                        ret = - (int) cmd_ret;
                        ERR("Failed to add channel to notification thread");
This page took 0.02345 seconds and 4 git commands to generate.