From 0e510107e9a8989031610acbfecfe3df33263834 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 31 Mar 2004 19:30:21 +0000 Subject: [PATCH] Bump kernel patch version to 34, to match HEAD. b=2517, b=2399 are the changes for this kernel version --- lustre/kernel_patches/patches/lustre_version.patch | 2 +- lustre/obdclass/class_obd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/kernel_patches/patches/lustre_version.patch b/lustre/kernel_patches/patches/lustre_version.patch index 86f514b..7ebb838 100644 --- a/lustre/kernel_patches/patches/lustre_version.patch +++ b/lustre/kernel_patches/patches/lustre_version.patch @@ -7,6 +7,6 @@ --- /dev/null Fri Aug 30 17:31:37 2002 +++ linux-2.4.18-18.8.0-l12-braam/include/linux/lustre_version.h Thu Feb 13 07:58:33 2003 @@ -0,0 +1 @@ -+#define LUSTRE_KERNEL_VERSION 32 ++#define LUSTRE_KERNEL_VERSION 34 _ diff --git a/lustre/obdclass/class_obd.c b/lustre/obdclass/class_obd.c index e3351a6..83a6563 100644 --- a/lustre/obdclass/class_obd.c +++ b/lustre/obdclass/class_obd.c @@ -650,7 +650,7 @@ static void cleanup_obdclass(void) #ifdef __KERNEL__ #include #define LUSTRE_MIN_VERSION 28 -#define LUSTRE_MAX_VERSION 33 +#define LUSTRE_MAX_VERSION 34 #if (LUSTRE_KERNEL_VERSION < LUSTRE_MIN_VERSION) # error Cannot continue: Your Lustre kernel patch is older than the sources #elif (LUSTRE_KERNEL_VERSION > LUSTRE_MAX_VERSION) -- 1.8.3.1