Skip to content

Commit

Permalink
scst/include/backport.h: Port to the latest UEK 7 kernel
Browse files Browse the repository at this point in the history
This patch fixes the build against UEK kernel 5.15.0-201.135.6.el9uek.
  • Loading branch information
lnocturno committed Jan 9, 2024
1 parent a0ac6ae commit 31709fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scst/include/backport.h
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,8 @@ enum {
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 3, 0) && \
(!defined(RHEL_MAJOR) || RHEL_MAJOR -0 < 8 || \
RHEL_MAJOR -0 == 8 && RHEL_MINOR -0 < 9 || \
RHEL_MAJOR -0 == 9 && RHEL_MINOR -0 < 3)
RHEL_MAJOR -0 == 9 && RHEL_MINOR -0 < 3) && \
!defined(UEK_KABI_RENAME)
/*
* See also commit 64fd2ba977b1 ("scsi: scsi_transport_fc: Add an additional
* flag to fc_host_fpin_rcv()") # v6.3
Expand Down

0 comments on commit 31709fb

Please sign in to comment.