Fix: add missing RCU read unlock
[lttng-tools.git] / src / bin / lttng-sessiond / syscall.c
index c38f8910940f0b8bb990034ed4fa0fcef0360fef..bfe32ac731f1be0e72441b2e152561079764fc38 100644 (file)
@@ -409,6 +409,7 @@ ssize_t syscall_list_channel(struct ltt_kernel_channel *kchan,
                ksyscall = lookup_syscall(syscalls_ht, syscall_table[i].name);
                if (ksyscall) {
                        update_event_syscall_bitness(events, i, ksyscall->index);
+                       rcu_read_unlock();
                        continue;
                }
                ksyscall = NULL;
This page took 0.022996 seconds and 4 git commands to generate.