Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Sun, 27 Feb 2005 00:20:49 +0000 (00:20 +0000)
committeradilger <adilger>
Sun, 27 Feb 2005 00:20:49 +0000 (00:20 +0000)
Need to also allow building against an updated kernel version.

lustre/obdclass/class_obd.c

index 7491b28..9ac86cb 100644 (file)
@@ -646,7 +646,7 @@ static void cleanup_obdclass(void)
  * kernel patch */
 #include <linux/lustre_version.h>
 #define LUSTRE_MIN_VERSION 32
-#define LUSTRE_MAX_VERSION 42
+#define LUSTRE_MAX_VERSION 43
 #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)