From a7835bde734de002e85584b8d645c46430ad700c Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 1 Sep 2004 20:08:06 +0000 Subject: [PATCH] Branch: b1_2 Support l40 kernels. --- lustre/obdclass/class_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index 661ca23..9992c02 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -644,7 +644,7 @@ static void cleanup_obdclass(void) * kernel patch */ #include #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) -- 1.8.3.1