X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-btrfs.c;h=93cb740a7d4c66e352e2dc6d7e7a90dc123193d3;hb=refs%2Ftags%2Ffor-upstreaming-review-1;hp=afb3acb35edf7b227c367b3a12bc5fe5bedc0f20;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/probes/lttng-probe-btrfs.c b/probes/lttng-probe-btrfs.c index afb3acb3..93cb740a 100644 --- a/probes/lttng-probe-btrfs.c +++ b/probes/lttng-probe-btrfs.c @@ -10,15 +10,12 @@ #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)) #include <../fs/btrfs/block-group.h> -#endif #include -#include +#include /* * Create the tracepoint static inlines from the kernel to validate that our