Skip to content

Commit

Permalink
scst/include/backport.h: Unbreak the RHEL 9.3 build
Browse files Browse the repository at this point in the history
Fixes: #167
  • Loading branch information
lnocturno committed Oct 9, 2023
1 parent c71c284 commit 60c2613
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scst/include/backport.h
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,9 @@ enum {
#define wwn_to_u64(wwn) get_unaligned_be64(wwn)
#endif

#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 3, 0)
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 3, 0) && \
(!defined(RHEL_RELEASE_CODE) || \
RHEL_RELEASE_CODE -0 < RHEL_RELEASE_VERSION(9, 3))
/*
* 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 60c2613

Please sign in to comment.