From 8910590f7d54a937bcff9acb7c0d51a074538010 Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 27 Feb 2005 00:20:49 +0000 Subject: [PATCH] Branch: b1_4 Need to also allow building against an updated kernel version. --- 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 7491b28..9ac86cb 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -646,7 +646,7 @@ static void cleanup_obdclass(void) * kernel patch */ #include #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) -- 1.8.3.1