From: adilger Date: Sun, 27 Feb 2005 00:20:49 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^7~173 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8910590f7d54a937bcff9acb7c0d51a074538010;p=fs%2Flustre-release.git Branch: b1_4 Need to also allow building against an updated kernel version. --- 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)