Fix: blktrace instrumentation for v3.2.58+ stable branch
[lttng-modules.git] / instrumentation / events / lttng-module / block.h
index 2af4fb326ba911e2d686a932069d0cd54e68fdc8..5ea557d9a9b722ff96e893d3be440e65dfda612c 100644 (file)
@@ -221,7 +221,8 @@ 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,15,0)      \
+       || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0))
 
 /**
  * block_rq_complete - block IO operation completed by device driver
This page took 0.023046 seconds and 4 git commands to generate.