Whamcloud - gitweb
I don't want to release an already-outdated v10 kernel just for 0.5.20, so
authorpschwan <pschwan>
Tue, 11 Feb 2003 20:47:08 +0000 (20:47 +0000)
committerpschwan <pschwan>
Tue, 11 Feb 2003 20:47:08 +0000 (20:47 +0000)
make 0.5.20 compatible with v11

lustre/obdclass/class_obd.c

index 9512e2a..5347251 100644 (file)
@@ -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