X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-mnt-ns.c;h=72f4c8eca2fd1ce7145c0fd249c0bc726ec20db4;hb=refs%2Fheads%2Fstable-2.12;hp=cb59776c82cca5c41f504ba90194f588863a1222;hpb=ea53823c42a70a80566a340834e2b00e650406b9;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>