From: eeb Date: Tue, 2 Sep 2003 13:49:42 +0000 (+0000) Subject: * undoing mistaken class_obd checkin X-Git-Tag: 0.9.1~316 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0ae0abca98d7af25898c9996464a8ab603fb7f80;p=fs%2Flustre-release.git * undoing mistaken class_obd checkin --- 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