Sync `show_inode_state()` macro with upstream stable kernels
[lttng-modules.git] / instrumentation / events / lttng-module / writeback.h
index 5c9078deb9d3176fcbd3a942364d1366044c7a83..f874d7d85b78425de3aff4226c239b729c5534f6 100644 (file)
@@ -72,7 +72,9 @@ static inline struct backing_dev_info *lttng_inode_to_bdi(struct inode *inode)
  * will generate a compiler warning.
  */
 #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,9,0) || \
-       LTTNG_UBUNTU_KERNEL_RANGE(5,4,94,67, 5,5,0,0) ||        \
+       LTTNG_KERNEL_RANGE(4,14,218, 4,15,0) ||                 \
+       LTTNG_KERNEL_RANGE(4,19,172, 4,20,0) ||                 \
+       LTTNG_KERNEL_RANGE(5,4,94, 5,5,0) ||                    \
        LTTNG_UBUNTU_KERNEL_RANGE(4,15,18,141, 4,16,0,0))
 #define show_inode_state(state)                                        \
        __print_flags(state, "|",                               \
This page took 0.023389 seconds and 4 git commands to generate.