Fix: don't chain RCU free
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 23 Aug 2015 03:14:44 +0000 (20:14 -0700)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Sep 2015 02:03:38 +0000 (22:03 -0400)
commit3d8a2cc3f5df994ce5a09953c6941f4bdea5e626
treee4c9f9ec49a97e130823eaddf6741c116ceaf0f7
parent07559847d905fcf2a566ca1202c436eb72f4cc3f
Fix: don't chain RCU free

We only do a single rcu_barrier() on teardown of sessiond. Therefore, if
we chain call_rcu, they may not all be executed before exit.

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