From dd16bde78d5a6f2aee74cba38fe75f1d7922669c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 13 Apr 2020 16:53:54 -0400 Subject: [PATCH] probe btrfs: remove compatibility code --- probes/lttng-probe-btrfs.c | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.34.1