X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Flttng-context-mnt-ns.c;h=f62d6a480016421af64deacadd0082c32ac746e9;hb=5f4c791e2ad2c814101ccdb500e65543f2792c41;hp=7fce5dd151d16b30fc743eeea3cb31617fed09e9;hpb=cfa6cc1d0f01c2cfcc1a679abf3a6572d411c309;p=lttng-modules.git diff --git a/src/lttng-context-mnt-ns.c b/src/lttng-context-mnt-ns.c index 7fce5dd1..f62d6a48 100644 --- a/src/lttng-context-mnt-ns.c +++ b/src/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>