From: Michael Jeanson Date: Thu, 14 Jan 2016 19:35:47 +0000 (-0500) Subject: Fix: RHEL 7.2 scsi instrumentation X-Git-Tag: v2.7.2~16 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=9c666164702ea3b2c2b2299b7aaab97203efc0af;hp=ad23b731b30ff9854aa7123513b927c83bbc9d0d;p=lttng-modules.git Fix: RHEL 7.2 scsi instrumentation Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/scsi.h b/instrumentation/events/lttng-module/scsi.h index c23c4f2d..c0088c63 100644 --- a/instrumentation/events/lttng-module/scsi.h +++ b/instrumentation/events/lttng-module/scsi.h @@ -15,7 +15,8 @@ #define scsi_opcode_name(opcode) { opcode, #opcode } -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0)) +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0) \ + || LTTNG_RHEL_KERNEL_RANGE(3,10,0,7,2, 3,11,0,0,0)) #define show_opcode_name(val) \ __print_symbolic(val, \