Namespace kernel version macros
[lttng-modules.git] / probes / lttng-probe-ext3.c
index 22d4f25f10cb351521dce9035d67c9ae39bf91e0..8aa9fdc0787ba014ba1621635bfd774bb9c0c1c0 100644 (file)
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/dcache.h>
-#include <linux/version.h>
+#include <lttng-kernel-version.h>
 #include <lttng-tracer.h>
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,4,0))
 #include <../fs/ext3/ext3.h>
 #else
 #include <linux/ext3_fs_i.h>
This page took 0.023686 seconds and 4 git commands to generate.