Whamcloud - gitweb
Bump kernel patch version to 34, to match HEAD.
authoradilger <adilger>
Wed, 31 Mar 2004 19:30:21 +0000 (19:30 +0000)
committeradilger <adilger>
Wed, 31 Mar 2004 19:30:21 +0000 (19:30 +0000)
b=2517, b=2399 are the changes for this kernel version

lustre/kernel_patches/patches/lustre_version.patch
lustre/obdclass/class_obd.c

index 86f514b..7ebb838 100644 (file)
@@ -7,6 +7,6 @@
 --- /dev/null  Fri Aug 30 17:31:37 2002
 +++ linux-2.4.18-18.8.0-l12-braam/include/linux/lustre_version.h       Thu Feb 13 07:58:33 2003
 @@ -0,0 +1 @@
-+#define LUSTRE_KERNEL_VERSION 32
++#define LUSTRE_KERNEL_VERSION 34
 
 _
index e3351a6..83a6563 100644 (file)
@@ -650,7 +650,7 @@ static void cleanup_obdclass(void)
 #ifdef __KERNEL__
 #include <linux/lustre_version.h>
 #define LUSTRE_MIN_VERSION 28
-#define LUSTRE_MAX_VERSION 33
+#define LUSTRE_MAX_VERSION 34
 #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)