Move headers under include/
[lttng-modules.git] / probes / lttng-probe-btrfs.c
index b531197652a5627f01a2f8c73ff5482ed2036201..93cb740a7d4c66e352e2dc6d7e7a90dc123193d3 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
  *
@@ -13,8 +13,9 @@
 #include <../fs/btrfs/ctree.h>
 #include <../fs/btrfs/transaction.h>
 #include <../fs/btrfs/volumes.h>
+#include <../fs/btrfs/block-group.h>
 #include <linux/dcache.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
This page took 0.022555 seconds and 4 git commands to generate.