Whamcloud - gitweb
Branch: b1_2
authoradilger <adilger>
Wed, 1 Sep 2004 20:08:06 +0000 (20:08 +0000)
committeradilger <adilger>
Wed, 1 Sep 2004 20:08:06 +0000 (20:08 +0000)
Support l40 kernels.

lustre/obdclass/class_obd.c

index 661ca23..9992c02 100644 (file)
@@ -644,7 +644,7 @@ static void cleanup_obdclass(void)
  * kernel patch */
 #include <linux/lustre_version.h>
 #define LUSTRE_MIN_VERSION 32
-#define LUSTRE_MAX_VERSION 38
+#define LUSTRE_MAX_VERSION 40
 #if (LUSTRE_KERNEL_VERSION < LUSTRE_MIN_VERSION)
 # error Cannot continue: Your Lustre kernel patch is older than the sources
 #elif (LUSTRE_KERNEL_VERSION > LUSTRE_MAX_VERSION)