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

index 7a2a74a1e8a36cf481e9bb95d49d24c4aa229a1f..ae7dce64399f938eaf96822389304685d944b3f8 100644 (file)
@@ -92,17 +92,9 @@ static const struct file_operations lttng_logger_operations = {
        .write = lttng_logger_write,
 };
 
-/*
- * Linux 5.6 introduced a separate proc_ops struct for /proc operations
- * to decouple it from the vfs.
- */
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0))
 static const struct proc_ops lttng_logger_proc_ops = {
        .proc_write = lttng_logger_write,
 };
-#else
-#define lttng_logger_proc_ops lttng_logger_operations
-#endif
 
 static struct miscdevice logger_dev = {
        .minor = MISC_DYNAMIC_MINOR,
This page took 0.026013 seconds and 4 git commands to generate.