Cleanup: Move instrumentation/ headers to include/instrumentation/
[lttng-modules.git] / wrapper / namespace.h
index 36dbf4c0475081812230a361b7e1090678d506bd..8e8a37123c82637321c296b16dc0157338f77f70 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * wrapper/namespace.h
  *
 #define lttng_ns_inum proc_inum
 #endif
 
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0))
+#define lttng_user_ns_parent parent
+#else
+#define lttng_user_ns_parent creator->user_ns
+#endif
+
 #endif /* _LTTNG_WRAPPER_NAMESPACE_H */
This page took 0.023557 seconds and 4 git commands to generate.