Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/linux/minmax.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include_next <linux/minmax.h>
#endif

#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0)
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 16, 0) && RHEL_RELEASE_CODE < 0x906
static inline bool in_range64(u64 val, u64 start, u64 len)
{
return (val - start) < len;
Expand Down
Loading