X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fprobes%2Flttng-probe-btrfs.c;h=c700b64acdc27d455f9c96a39b24cd8a7932b21d;hb=5f4c791e2ad2c814101ccdb500e65543f2792c41;hp=4461c9986eeaa66062b6ff5df0e0456c0fb7ade8;hpb=be06402dbdbea2f3394e60ec15c5d3356e2be416;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