mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 11:11:27 +00:00
scst: Fix build on RHEL 6.9
This commit is contained in:
@@ -386,7 +386,9 @@ static inline int __must_check kref_get_unless_zero(struct kref *kref)
|
||||
/* <linux/kthread.h> */
|
||||
|
||||
/* See also commit 207205a2ba26 */
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 39)
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 39) && \
|
||||
(!defined(RHEL_MAJOR) || RHEL_MAJOR -0 < 6 || \
|
||||
RHEL_MAJOR -0 == 6 && RHEL_MINOR -0 < 9)
|
||||
#define kthread_create_on_node(threadfn, data, node, namefmt, arg...)\
|
||||
kthread_create((threadfn), (data), (namefmt), ##arg)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user