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

Branch HEAD

Tighten up kernel version slightly.
parent f5ec7eef
No related merge requests found
......@@ -25,8 +25,8 @@
#ifdef __KERNEL__
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,5)
#error Sorry, Lustre requires at Linux kernel version 2.6.5 or later
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9)
#error sorry, lustre requires at least linux kernel 2.6.9 or later
#endif
#include <libcfs/linux/portals_compat25.h>
......
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