From ab42ac97e899df069d8ddcb6b5b5f86b157fdae5 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 13 Feb 2003 02:40:00 +0000 Subject: [PATCH] Fixups to HP patch. --- lustre/kernel_patches/patches/vfs_intent_hp.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 1.8.3.1