fix: adjust ranges for RHEL 8.4
[lttng-modules.git] / include / instrumentation / events / block.h
index 7ec7d619b6d2c3dd0e5e556b0b2af19b7cd3b648..3895c9d481f010acb1d3b35463692d39bb78e5d0 100644 (file)
@@ -734,7 +734,9 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(block_rq, block_rq_merge,
 )
 #endif
 
-#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,8,0))
+#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,8,0) || \
+       LTTNG_RHEL_KERNEL_RANGE(4,18,0,305,0,0, 4,19,0,0,0,0))
+
 /**
  * block_bio_complete - completed all work on the block operation
  * @q: queue holding the block operation
This page took 0.022683 seconds and 4 git commands to generate.