From: pschwan Date: Fri, 6 Dec 2002 10:19:14 +0000 (+0000) Subject: Update the IA-64 patch X-Git-Tag: 0.5.19~85 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b3baf7d24fcfe5f0921f52a6bf72d0b71a4d2154;p=fs%2Flustre-release.git Update the IA-64 patch --- diff --git a/lustre/patches/patch-2.4.18-hp1_pnnl18.2.8qsnet b/lustre/patches/patch-2.4.18-hp1_pnnl18.2.8qsnet index 356cc37..4c99e3c 100644 --- a/lustre/patches/patch-2.4.18-hp1_pnnl18.2.8qsnet +++ b/lustre/patches/patch-2.4.18-hp1_pnnl18.2.8qsnet @@ -1,7 +1,7 @@ --- linux-pristine/./include/linux/lustre_version.h Wed Dec 31 19:00:00 1969 +++ linux/./include/linux/lustre_version.h Tue Nov 26 07:02:14 2002 @@ -0,0 +1 @@ -+#define LUSTRE_KERNEL_VERSION 3 ++#define LUSTRE_KERNEL_VERSION 4 --- linux-pristine/./arch/ia64/mm/init.c Thu Dec 5 10:47:25 2002 +++ linux/./arch/ia64/mm/init.c Fri Nov 29 18:06:20 2002 @@ -44,6 +44,12 @@ @@ -557,7 +557,7 @@ +void intent_release(struct dentry *de, struct lookup_intent *it) +{ -+ if (de->d_op && de->d_op->d_intent_release) ++ if (it && de->d_op && de->d_op->d_intent_release) + de->d_op->d_intent_release(de, it); +} + @@ -1167,7 +1167,7 @@ + new_dir->d_inode, new_dentry, &it); unlock_kernel(); -+ intent_release(new_dentry, NULL); ++ intent_release(new_dentry, &it); dput(new_dentry); exit4: + intent_release(old_dentry, &it);