Fix: Add granularity to RHEL kernel version checks
[lttng-modules.git] / instrumentation / events / lttng-module / scsi.h
index dd5f084f72c64073d4a1b319325f524b8d725d68..e57e460194c7be576115fd5db879ecdab601726b 100644 (file)
@@ -16,7 +16,7 @@
 #define scsi_opcode_name(opcode)       { opcode, #opcode }
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0) \
-       || LTTNG_RHEL_KERNEL_RANGE(3,10,0,7,2, 3,11,0,0,0))
+       || LTTNG_RHEL_KERNEL_RANGE(3,10,0,327,0,0, 3,11,0,0,0,0))
 
 #define show_opcode_name(val)                                  \
        __print_symbolic(val,                                   \
This page took 0.023089 seconds and 4 git commands to generate.