X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Flustre_version.patch;h=1c5f97e412722bb2c7d85ffab5342b0727890b61;hb=23de47e82bd999ec651f927097922413527cca71;hp=7ebb838ab51012d718b591e6be54d5c5729993a0;hpb=a888a27ac14736d3df8e730a3909d026d6f40f49;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/patches/lustre_version.patch b/lustre/kernel_patches/patches/lustre_version.patch index 7ebb838..1c5f97e 100644 --- a/lustre/kernel_patches/patches/lustre_version.patch +++ b/lustre/kernel_patches/patches/lustre_version.patch @@ -1,5 +1,7 @@ - - +Version 37: fix htree rename-within-same-dir (b=3417), endianness (b=2447) +Version 36: don't dput dentry after error (b=2350), zero page->private (3119) +Version 35: pass intent to real_lookup after revalidate failure (b=3285) +Version 34: fix ext3 iopen assertion failure (b=2517, b=2399) include/linux/lustre_version.h | 1 + 1 files changed, 1 insertion(+) @@ -7,6 +9,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 34 ++#define LUSTRE_KERNEL_VERSION 37 _