Fix: Document the locking assumptions of ctf_trace_find_by_path()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jul 2015 17:00:56 +0000 (13:00 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jul 2015 17:34:45 +0000 (13:34 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/ctf-trace.c

index aed9eb4da68a1fe702c8b8546ad0b06f3f190f84..02a8b2bf16e6b553ccd6d4059c88634aa42bd49d 100644 (file)
@@ -117,6 +117,8 @@ error:
 
 /*
  * Return a ctf_trace object if found by id in the given hash table else NULL.
+ *
+ * Must be called with rcu_read_lock() taken.
  */
 struct ctf_trace *ctf_trace_find_by_path(struct lttng_ht *ht,
                char *path_name)
This page took 0.026285 seconds and 4 git commands to generate.