X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Flustre_version.patch;h=6d2b7e692ab2dd6d044f091f5a6eb4dffcb3a5d5;hp=7a47d62904860398dc921b5ed02f12af06badf9c;hb=2dc9c16e770415d56839e1996015fec5fab93f29;hpb=5a699e60360fd2339f487ca2a6bc60ac7d7cb85f diff --git a/lustre/kernel_patches/patches/lustre_version.patch b/lustre/kernel_patches/patches/lustre_version.patch index 7a47d62..6d2b7e6 100644 --- a/lustre/kernel_patches/patches/lustre_version.patch +++ b/lustre/kernel_patches/patches/lustre_version.patch @@ -1,5 +1,6 @@ - - +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 +8,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 23 ++#define LUSTRE_KERNEL_VERSION 36 _