X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-context-mnt-ns.c;h=72f4c8eca2fd1ce7145c0fd249c0bc726ec20db4;hb=2d0428212cbfa3f8428feee160b095f48c2ac974;hp=cb59776c82cca5c41f504ba90194f588863a1222;hpb=e0f2366419fc59700e575bab82a41255c51de2dc;p=lttng-modules.git diff --git a/lttng-context-mnt-ns.c b/lttng-context-mnt-ns.c index cb59776c..72f4c8ec 100644 --- a/lttng-context-mnt-ns.c +++ b/lttng-context-mnt-ns.c @@ -20,7 +20,7 @@ #include #if !defined(LTTNG_MNT_NS_MISSING_HEADER) && \ - (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) + (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0)) #include <../fs/mount.h>