Fix: event notification: Remove duplicate event enabled check
[lttng-modules.git] / src / lttng-event-notifier-notification.c
index 957883a801e6651e48b307ba3320e688f740b25b..a4e945673633a4cc7c761a73aa388b5678c74106 100644 (file)
@@ -463,9 +463,6 @@ void lttng_event_notifier_notification_send(struct lttng_kernel_event_notifier *
        struct lttng_event_notifier_notification notif = { 0 };
        size_t captures_left;
 
-       if (unlikely(!READ_ONCE(event_notifier->parent.enabled)))
-               return;
-
        if (notification_init(&notif, event_notifier))
                goto error;
 
This page took 0.023605 seconds and 4 git commands to generate.