From: Mathieu Desnoyers Date: Sun, 23 Aug 2015 03:14:44 +0000 (-0700) Subject: Fix: don't chain RCU free X-Git-Tag: v2.8.0-rc1~426 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=627cbbe733b1d69d381c536243fac777ba04780f;hp=627cbbe733b1d69d381c536243fac777ba04780f;p=lttng-tools.git 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 Signed-off-by: Jérémie Galarneau ---