X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-context-mnt-ns.c;h=f62d6a480016421af64deacadd0082c32ac746e9;hb=5f4c791e2ad2c814101ccdb500e65543f2792c41;hp=7fce5dd151d16b30fc743eeea3cb31617fed09e9;hpb=be06402dbdbea2f3394e60ec15c5d3356e2be416;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>