From: Jérémie Galarneau Date: Thu, 13 Nov 2014 21:23:04 +0000 (-0500) Subject: Fix: missing rcu_read_lock when calling trace_ust_find_agent() X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4da703adb0f81a257f97f37008d39e89fd400902;hp=4da703adb0f81a257f97f37008d39e89fd400902;p=lttng-tools.git 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 ---