Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Tue, 8 Jul 2008 18:12:26 +0000 (18:12 +0000)
committeradilger <adilger>
Tue, 8 Jul 2008 18:12:26 +0000 (18:12 +0000)
Tighten up kernel version slightly.

lustre/include/linux/lustre_compat25.h

index c8a58f9..af535d2 100644 (file)
@@ -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>