Namespace kernel version macros
[lttng-modules.git] / src / probes / lttng-probe-btrfs.c
index 4461c9986eeaa66062b6ff5df0e0456c0fb7ade8..c700b64acdc27d455f9c96a39b24cd8a7932b21d 100644 (file)
 
 #include <linux/module.h>
 #include <linux/fs.h>
-#include <linux/version.h>
+#include <lttng/kernel-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))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,4,0))
 #include <../fs/btrfs/block-group.h>
 #endif
 #include <linux/dcache.h>
This page took 0.023823 seconds and 4 git commands to generate.