From 4d1851e14a56538b095983213daabcddadd48174 Mon Sep 17 00:00:00 2001 From: pschwan Date: Tue, 11 Feb 2003 20:47:08 +0000 Subject: [PATCH] I don't want to release an already-outdated v10 kernel just for 0.5.20, so make 0.5.20 compatible with v11 --- 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 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 -- 1.8.3.1