From: Mathieu Desnoyers Date: Wed, 27 May 2015 16:56:05 +0000 (-0400) Subject: Fix: RHEL 7.1 block instrumentation X-Git-Tag: v2.5.5~2 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=a3d7e2171b9bce920fc82d3865223b7c2c23398f;p=lttng-modules.git Fix: RHEL 7.1 block instrumentation Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/block.h b/instrumentation/events/lttng-module/block.h index ac8310fd..ac52f7a4 100644 --- a/instrumentation/events/lttng-module/block.h +++ b/instrumentation/events/lttng-module/block.h @@ -226,7 +226,8 @@ DEFINE_EVENT(block_rq_with_error, block_rq_requeue, || LTTNG_KERNEL_RANGE(3,10,41, 3,11,0) \ || LTTNG_KERNEL_RANGE(3,4,91, 3,5,0) \ || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0) \ - || LTTNG_UBUNTU_KERNEL_RANGE(3,13,11,31, 3,14,0,0)) + || LTTNG_UBUNTU_KERNEL_RANGE(3,13,11,31, 3,14,0,0) \ + || LTTNG_RHEL_KERNEL_RANGE(3,10,0,7,1, 3,11,0,0,0)) /** * block_rq_complete - block IO operation completed by device driver