Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Sep 2015 16:48:40 +0000 (12:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 18 Sep 2015 16:38:16 +0000 (12:38 -0400)
commit49e614cb2878f0664c9f44f9f24cb1d81116de21
treea6d58528f9b0ab1b10583484e9bc0aa54dd16493
parent7567352fb68f5c3f49f549c579f5bd27c883bed2
Fix: relayd: don't call lttng_ht_destroy in RCU read-side C.S.

It is forbidden to call lttng_ht_destroy() within a RCU read-side
critical section.

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