X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fconsumer.cpp;fp=src%2Fbin%2Flttng-sessiond%2Fconsumer.cpp;h=ba4e2470f30c3b50ec670bc886f89c5d01d69cf2;hb=ff9fe3137fc1aec6e18ebbf7c218907698206e7d;hp=f7a92cb3d9b282683da3d9ec3060af976b3cada0;hpb=556d5faeec58c69a045ecbe7b24e9dda0760aab4;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/consumer.cpp b/src/bin/lttng-sessiond/consumer.cpp index f7a92cb3d..ba4e2470f 100644 --- a/src/bin/lttng-sessiond/consumer.cpp +++ b/src/bin/lttng-sessiond/consumer.cpp @@ -554,8 +554,6 @@ void consumer_destroy_output_sockets(struct consumer_output *obj) /* * Delete the consumer_output object from the list and free the ptr. - * - * Should *NOT* be called with RCU read-side lock held. */ static void consumer_release_output(struct urcu_ref *ref) { @@ -582,8 +580,6 @@ void consumer_output_get(struct consumer_output *obj) /* * Put the consumer_output object. - * - * Should *NOT* be called with RCU read-side lock held. */ void consumer_output_put(struct consumer_output *obj) { @@ -595,8 +591,6 @@ void consumer_output_put(struct consumer_output *obj) /* * Copy consumer output and returned the newly allocated copy. - * - * Should *NOT* be called with RCU read-side lock held. */ struct consumer_output *consumer_copy_output(struct consumer_output *src) {