Fix: update block instrumentation for SuSE 4.4.73-5
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 23 Jan 2018 21:03:24 +0000 (16:03 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 24 Jan 2018 17:25:54 +0000 (12:25 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/block.h

index 7692ccb6f57274b3735b86bc1706f3b13d2154e5..562087bf7913eb9f2f235e1d2155c176c1294e5e 100644 (file)
@@ -33,7 +33,8 @@ enum {
 
 #endif /* _TRACE_BLOCK_DEF_ */
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,8,0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,8,0) || \
+       LTTNG_SLE_KERNEL_RANGE(4,4,73,5,0,0, 4,5,0,0,0,0))
 
 #define lttng_req_op(rq)       req_op(rq)
 #define lttng_req_rw(rq)       ((rq)->cmd_flags)
This page took 0.025635 seconds and 4 git commands to generate.