Skip to content
Snippets Groups Projects
Commit a9de2865 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

We don't support LUSTRE_KERNEL_VERSION < 45 anymore.
parent bac5e4db
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ int ksocknal_nsched(void)
}
#else
#include <linux/lustre_version.h>
# if !(defined(CONFIG_X86) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,21))) || defined(CONFIG_X86_64) || (LUSTRE_KERNEL_VERSION < 39) || ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) && !defined(CONFIG_X86_HT))
# if !(defined(CONFIG_X86) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,21))) || defined(CONFIG_X86_64) || ((LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) && !defined(CONFIG_X86_HT))
static inline int
ksocknal_nsched(void)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment