Namespace kernel version macros
[lttng-modules.git] / src / probes / lttng-probe-ext3.c
index 70adb56a913db155203f03e60ef8a815fbbacca1..55a6340bb8da9738ac37e067cc1f444df863613c 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.024474 seconds and 4 git commands to generate.