From: adilger Date: Mon, 17 Nov 2003 19:26:26 +0000 (+0000) Subject: Allow current b_devel to work with older (read LLNL) kernels until they are X-Git-Tag: v1_7_100~1^368~37 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0fe6287d59e4d3525524d7719d3bf99673946398;p=fs%2Flustre-release.git Allow current b_devel to work with older (read LLNL) kernels until they are updated. Bumped LUSTRE_KERNEL_VERSION to 31 so we know which kernels have the required patches, but don't make it a hard requirement. b=1933 --- diff --git a/lustre/kernel_patches/patches/lustre_version.patch b/lustre/kernel_patches/patches/lustre_version.patch index 4966ce1..7d63999 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 30 ++#define LUSTRE_KERNEL_VERSION 31 _