Update to SPDX v3.0 identifiers
[lttng-modules.git] / probes / lttng-probe-btrfs.c
index b531197652a5627f01a2f8c73ff5482ed2036201..afb3acb35edf7b227c367b3a12bc5fe5bedc0f20 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * probes/lttng-probe-btrfs.c
  *
 
 #include <linux/module.h>
 #include <linux/fs.h>
+#include <linux/version.h>
 #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 <linux/dcache.h>
 #include <lttng-tracer.h>
 
This page took 0.022806 seconds and 4 git commands to generate.