We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d08cb4 commit 1d01b80Copy full SHA for 1d01b80
1 file changed
include/linux/minmax.h
@@ -11,7 +11,7 @@
11
#include_next <linux/minmax.h>
12
#endif
13
14
-#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0)
+#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0) && RHEL_RELEASE_CODE < 0x906
15
static inline bool in_range64(u64 val, u64 start, u64 len)
16
{
17
return (val - start) < len;
0 commit comments