X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fprobes%2Flttng-probe-btrfs.c;h=c700b64acdc27d455f9c96a39b24cd8a7932b21d;hb=4fabf854f6bee54286be80dd682921634f43e813;hp=4461c9986eeaa66062b6ff5df0e0456c0fb7ade8;hpb=cfa6cc1d0f01c2cfcc1a679abf3a6572d411c309;p=lttng-modules.git diff --git a/src/probes/lttng-probe-btrfs.c b/src/probes/lttng-probe-btrfs.c index 4461c998..c700b64a 100644 --- a/src/probes/lttng-probe-btrfs.c +++ b/src/probes/lttng-probe-btrfs.c @@ -10,11 +10,11 @@ #include #include -#include +#include #include <../fs/btrfs/ctree.h> #include <../fs/btrfs/transaction.h> #include <../fs/btrfs/volumes.h> -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,4,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,4,0)) #include <../fs/btrfs/block-group.h> #endif #include