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