Move headers under include/
[lttng-modules.git] / probes / lttng-probe-btrfs.c
index afb3acb35edf7b227c367b3a12bc5fe5bedc0f20..93cb740a7d4c66e352e2dc6d7e7a90dc123193d3 100644 (file)
 
 #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>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
This page took 0.023287 seconds and 4 git commands to generate.