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>
Tue, 8 Sep 2015 13:10:52 +0000 (09:10 -0400)
commit31c0635eada58acef39b637ae455cc8a3ed75af9
tree01f81c2b4d17e0125e3a4b4a5d728e688442547b
parent11544fe515a052531f84dffcc0a59a7388277d40
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.026487 seconds and 4 git commands to generate.