Update README.md for supported kernel
[lttng-modules.git] / lttng-context-user-ns.c
index 1530638922ccabc5aeffa83885be3a1319fa5d25..1dc3f7ebe7d516d4bf2e9a9e6d9fb078a4172d58 100644 (file)
 #include <linux/sched.h>
 #include <linux/user_namespace.h>
 #include <lttng-events.h>
-#include <wrapper/ringbuffer/frontend_types.h>
+#include <include/ringbuffer/frontend_types.h>
 #include <lttng-tracer.h>
 
-#if defined(CONFIG_USER_NS) && \
-       (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0))
+#if defined(CONFIG_USER_NS)
 
 static
 size_t user_ns_get_size(size_t offset)
This page took 0.023411 seconds and 4 git commands to generate.