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>
Fri, 4 Sep 2015 22:43:42 +0000 (18:43 -0400)
commit627cbbe733b1d69d381c536243fac777ba04780f
tree8ebf36eb40fded3334966d3c493a2360f2a8313d
parentb83e03c49920557f292d3861f42d0109e6fa03ea
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.02473 seconds and 4 git commands to generate.