#endif
+/*
+ * Keep this macro around to track changes in the valid values for `state`.
+ * Eventually, we will have a enum to describe that field. If the macro is
+ * changed by an upstream kernel, the fact that we have a redefinition here
+ * 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_UBUNTU_KERNEL_RANGE(5,4,94,67, 5,5,0,0) || \
+ LTTNG_UBUNTU_KERNEL_RANGE(4,15,18,141, 4,16,0,0))
#define show_inode_state(state) \
__print_flags(state, "|", \
{I_DIRTY_SYNC, "I_DIRTY_SYNC"}, \