Merged all the way to 2.4, thanks! Jérémie
On Fri, Nov 21, 2014 at 12:42 PM, Mathieu Desnoyers <[email protected]> wrote: > Signed-off-by: Mathieu Desnoyers <[email protected]> > --- > src/bin/lttng-relayd/main.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/bin/lttng-relayd/main.c b/src/bin/lttng-relayd/main.c > index 03ea108..c9f2021 100644 > --- a/src/bin/lttng-relayd/main.c > +++ b/src/bin/lttng-relayd/main.c > @@ -2616,6 +2616,7 @@ restart: > > if (revents & LPOLLIN) { > if (conn->type != RELAY_DATA) { > + rcu_read_unlock(); > continue; > } > > -- > 2.1.1 > -- Jérémie Galarneau EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
