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 21:11:59 +0000 (17:11 -0400)
commitc65ce45581a476c68bafc73a0300eaa168dc1bd6
tree89336387582c7c97b4995aabb77a0fd9279c5e6e
parent0e904f3e714079406c39a2ad6d5bb7960b6aa6cb
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.026632 seconds and 4 git commands to generate.