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>
Sun, 16 Nov 2014 12:21:09 +0000 (07:21 -0500)
commit43ee60cefa1fb0ddd2ef4b616c0debfd977c56ec
treedaaec1020b52579b0efea1edea1a43ef69fd46d9
parent492a663458c07634564b43ca49adda898fee5465
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.027403 seconds and 4 git commands to generate.