Fix: version check error in btrfs instrumentation
[lttng-modules.git] / 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.022656 seconds and 4 git commands to generate.