Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
// ustctx, ustchan->obj, &context_data);
if (ret < 0) {
ret = LTTCOMM_UST_CONTEXT_FAIL;
- rcu_read_unlock();
goto error;
}
} else {
ret = add_ustctx_to_event(ustsession, ustctx, ustchan, event_name);
if (ret < 0) {
ret = LTTCOMM_UST_CONTEXT_FAIL;
- rcu_read_unlock();
goto error;
} else if (ret == 1) {
/* Event found and context added */
}
hashtable_get_next(channels, &iter);
}
- rcu_read_unlock();
-
if (!found && !no_event) {
ret = LTTCOMM_NO_EVENT;
goto error;
}
-
ret = LTTCOMM_OK;
-
error:
+ rcu_read_unlock();
return ret;
#endif
return 0;