From: Michael Jeanson Date: Fri, 29 Jan 2016 22:46:03 +0000 (-0500) Subject: Fix: Ubuntu kernel range for block_rq_complete X-Git-Tag: v2.8.0-rc1~41 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=ff45399f657ec87444474e97428858ff9c0c97eb;p=lttng-modules.git Fix: Ubuntu kernel range for block_rq_complete Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/block.h b/instrumentation/events/lttng-module/block.h index 1a2ba6b4..6b0c788e 100644 --- a/instrumentation/events/lttng-module/block.h +++ b/instrumentation/events/lttng-module/block.h @@ -202,7 +202,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(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,28, 3,14,0,0) \ || LTTNG_RHEL_KERNEL_RANGE(3,10,0,7,1, 3,11,0,0,0)) /**