X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fcontext.c;h=d36b3de80fe318b2b72eceb4ba3064cd6489639b;hp=41e33ec27634a56489be547ecff0b6e3381048d5;hb=d80a6244b0e8dc14b2912e72e94ff0848bb52ccc;hpb=322585731ced1adba36cddcb8bdd5d997d1b2e3e diff --git a/lttng-sessiond/context.c b/lttng-sessiond/context.c index 41e33ec27..d36b3de80 100644 --- a/lttng-sessiond/context.c +++ b/lttng-sessiond/context.c @@ -25,14 +25,6 @@ #include #include -#ifdef CONFIG_LTTNG_TOOLS_HAVE_UST -#include -#include -#else -#include "lttng-ust-ctl.h" -#include "lttng-ust-abi.h" -#endif - #include "context.h" #include "hashtable.h" #include "kernel-ctl.h" @@ -283,16 +275,13 @@ static int add_ustctx_all_channels(struct ltt_ust_session *ustsession, } 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;