From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 20:53:54 +0000 (-0400) Subject: probe btrfs: remove compatibility code X-Git-Tag: for-upstreaming-review-1~28 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=dd16bde78d5a6f2aee74cba38fe75f1d7922669c probe btrfs: remove compatibility code --- diff --git a/probes/lttng-probe-btrfs.c b/probes/lttng-probe-btrfs.c index afb3acb3..54bce99d 100644 --- a/probes/lttng-probe-btrfs.c +++ b/probes/lttng-probe-btrfs.c @@ -10,13 +10,10 @@ #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