lttng-test probe: remove compatibility code
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 20:58:17 +0000 (16:58 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 20:58:17 +0000 (16:58 -0400)
tests/probes/lttng-test.c

index 97677714a6b24360481d9c674d14b4cd7b62491e..7654d1fbe4e3ac3437faf4b685158644323ce41a 100644 (file)
@@ -80,15 +80,9 @@ end:
        return written;
 }
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0))
 static const struct proc_ops lttng_test_filter_event_proc_ops = {
        .proc_write = lttng_test_filter_event_write,
 };
-#else
-static const struct file_operations lttng_test_filter_event_proc_ops = {
-       .write = lttng_test_filter_event_write,
-};
-#endif
 
 static
 int __init lttng_test_init(void)
This page took 0.02507 seconds and 4 git commands to generate.