From: pschwan Date: Tue, 11 Feb 2003 20:47:08 +0000 (+0000) Subject: I don't want to release an already-outdated v10 kernel just for 0.5.20, so X-Git-Tag: v1_7_100~4032 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4d1851e14a56538b095983213daabcddadd48174;p=fs%2Flustre-release.git I don't want to release an already-outdated v10 kernel just for 0.5.20, so make 0.5.20 compatible with v11 --- diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index 9512e2a..5347251 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -805,7 +805,7 @@ static void __exit cleanup_obdclass(void) #define LUSTRE_SOURCE_VERSION 10 #if (LUSTRE_KERNEL_VERSION < LUSTRE_SOURCE_VERSION) # error Cannot continue: Your Lustre kernel patch is older than the sources -#elif (LUSTRE_KERNEL_VERSION > LUSTRE_SOURCE_VERSION) +#elif (LUSTRE_KERNEL_VERSION > 11) # error Cannot continue: Your Lustre sources are older than the kernel patch #endif