Fix: missing rcu_read_lock when calling trace_ust_find_agent()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Nov 2014 21:23:04 +0000 (16:23 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Nov 2014 21:28:23 +0000 (16:28 -0500)
commit4da703adb0f81a257f97f37008d39e89fd400902
tree90bfcbe225e5df5f8c0ba92a994c47a2081ce9a1
parenta9e410447d26fdc9aba52718b4f9d698f9867fc6
Fix: missing rcu_read_lock when calling trace_ust_find_agent()

Added a comment to note that this function is assumed to be
called with the rcu_read_lock held.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/agent-thread.c
src/bin/lttng-sessiond/trace-ust.c
This page took 0.024621 seconds and 4 git commands to generate.