Whamcloud - gitweb
* undoing mistaken class_obd checkin
authoreeb <eeb>
Tue, 2 Sep 2003 13:49:42 +0000 (13:49 +0000)
committereeb <eeb>
Tue, 2 Sep 2003 13:49:42 +0000 (13:49 +0000)
lustre/obdclass/class_obd.c

index 192b15c..2efee5b 100644 (file)
@@ -916,7 +916,7 @@ static void cleanup_obdclass(void)
  * kernel patch */
 #ifdef __KERNEL__
 #include <linux/lustre_version.h>
-#define LUSTRE_MIN_VERSION 21
+#define LUSTRE_MIN_VERSION 23
 #define LUSTRE_MAX_VERSION 23
 #if (LUSTRE_KERNEL_VERSION < LUSTRE_MIN_VERSION)
 # error Cannot continue: Your Lustre kernel patch is older than the sources