From 0ae0abca98d7af25898c9996464a8ab603fb7f80 Mon Sep 17 00:00:00 2001 From: eeb Date: Tue, 2 Sep 2003 13:49:42 +0000 Subject: [PATCH] * undoing mistaken class_obd checkin --- 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 192b15c..2efee5b 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -916,7 +916,7 @@ static void cleanup_obdclass(void) * kernel patch */ #ifdef __KERNEL__ #include -#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 -- 1.8.3.1