Fix: blktrace instrumentation for backported branches
[lttng-modules.git] / instrumentation / events / lttng-module / block.h
index 4f3460e826be0f9353c4962ef04c59e0242ccaa2..dbe6c6c658c13abb8d8df085c96b479f0efbc76c 100644 (file)
@@ -221,7 +221,10 @@ DEFINE_EVENT(block_rq_with_error, block_rq_requeue,
        TP_ARGS(q, rq)
 )
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0)      \
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,5)      \
+       || LTTNG_KERNEL_RANGE(3,12,21, 3,13,0)          \
+       || LTTNG_KERNEL_RANGE(3,10,41, 3,11,0)          \
+       || LTTNG_KERNEL_RANGE(3,4,91, 3,5,1)            \
        || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0))
 
 /**
This page took 0.02365 seconds and 4 git commands to generate.