fix: version ranges for ext4_discard_preallocations and writeback_queue_io
[lttng-modules.git] / instrumentation / events / lttng-module / ext4.h
index 4476abb6a2524951cd02408bb943c357c346e256..b172c8d95787e6478c4d08b9acc0e6a2b68ca337 100644 (file)
@@ -460,7 +460,8 @@ LTTNG_TRACEPOINT_EVENT(ext4_mb_release_group_pa,
 )
 #endif
 
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,9,0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,9,0) || \
+       LTTNG_KERNEL_RANGE(5,8,6, 5,9,0))
 LTTNG_TRACEPOINT_EVENT(ext4_discard_preallocations,
        TP_PROTO(struct inode *inode, unsigned int len, unsigned int needed),
 
This page took 0.022953 seconds and 4 git commands to generate.