Fix: version check error in btrfs instrumentation
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 29 Sep 2017 20:40:36 +0000 (16:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 Sep 2017 20:49:50 +0000 (16:49 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/btrfs.h

index 48b7cae3c1461ef0922bfc4ce8238b0a3f00f913..b529e8e02f1c3fa57197515cc14bc22248404ba8 100644 (file)
@@ -980,7 +980,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(btrfs__reserved_extent,  btrfs_reserved_extent_f
 
 #endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) */
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0))
 
 LTTNG_TRACEPOINT_EVENT_MAP(find_free_extent,
 
This page took 0.026069 seconds and 4 git commands to generate.