Drop support for kernels < 4.4 from ns contexts
[lttng-modules.git] / src / lttng-context-pid-ns.c
index fa66b1dda277c7549c38fb57e6feec0b5837bf06..7458ed322d23a5aa194e5d94dde723998b1f132b 100644 (file)
@@ -9,6 +9,8 @@
  *
  */
 
+#ifdef CONFIG_PID_NS
+
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/sched.h>
@@ -19,9 +21,6 @@
 #include <wrapper/vmalloc.h>
 #include <lttng/tracer.h>
 
-#if defined(CONFIG_PID_NS) && \
-       (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0))
-
 static
 size_t pid_ns_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset)
 {
This page took 0.022545 seconds and 4 git commands to generate.