From 0b1b40a9acf0b09f82c008f8d536acc6fe8eded4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 21 Nov 2014 18:42:05 +0100 Subject: [PATCH] Fix: relayd: unbalanced RCU read lock/unlock MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- 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 69131a7bb..24288d287 100644 --- a/src/bin/lttng-relayd/main.c +++ b/src/bin/lttng-relayd/main.c @@ -2620,6 +2620,7 @@ restart: if (revents & LPOLLIN) { if (conn->type != RELAY_DATA) { + rcu_read_unlock(); continue; } -- 2.34.1