From: adilger Date: Thu, 13 Feb 2003 02:40:00 +0000 (+0000) Subject: Fixups to HP patch. X-Git-Tag: v1_7_110~2^11~193 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ab42ac97e899df069d8ddcb6b5b5f86b157fdae5;p=fs%2Flustre-release.git Fixups to HP patch. --- diff --git a/lustre/kernel_patches/patches/vfs_intent_hp.patch b/lustre/kernel_patches/patches/vfs_intent_hp.patch index 72e4c29..58bc7a0 100644 --- a/lustre/kernel_patches/patches/vfs_intent_hp.patch +++ b/lustre/kernel_patches/patches/vfs_intent_hp.patch @@ -190,7 +190,7 @@ { struct dentry *dentry; struct inode *inode; -@@ -520,18 +556,18 @@ int link_path_walk(const char * name, st +@@ -520,15 +556,15 @@ int link_path_walk(const char * name, st break; } /* This does the actual lookups.. */ @@ -229,7 +229,7 @@ break; continue; /* here ends the main loop */ -@@ -583,22 +619,24 @@ last_component: +@@ -583,19 +619,20 @@ last_component: if (err < 0) break; }