X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=wrapper%2Fnamespace.h;h=8e8a37123c82637321c296b16dc0157338f77f70;hb=7c6d929d62a6e24fb1dbeaee5cd2c8afe77720b7;hp=36dbf4c0475081812230a361b7e1090678d506bd;hpb=a6cf40a4491954d6f81052f8bbce757f73727f16;p=lttng-modules.git diff --git a/wrapper/namespace.h b/wrapper/namespace.h index 36dbf4c0..8e8a3712 100644 --- a/wrapper/namespace.h +++ b/wrapper/namespace.h @@ -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 * @@ -18,4 +18,10 @@ #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 */