X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=probes%2Flttng-probe-btrfs.c;h=02963efdc55ab27ebec39755e7acc8036246ee48;hb=d894b241ef50eca2f9a8f77334e692d816341c7f;hp=69e69aaffd6c0ac222b1a46b637f3091f4c20498;hpb=afb196cca4d1da893d82d028b02ad47163707d72;p=lttng-modules.git diff --git a/probes/lttng-probe-btrfs.c b/probes/lttng-probe-btrfs.c index 69e69aaf..02963efd 100644 --- a/probes/lttng-probe-btrfs.c +++ b/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