From 9f15865498b77230b843ebd3162bbd20c42b493e Mon Sep 17 00:00:00 2001 From: pschwan Date: Fri, 7 Feb 2003 16:15:15 +0000 Subject: [PATCH] Fix sys_link in vfs_intent_hp.patch to match vfs_intent-2.4.18.patch --- lustre/kernel_patches/patches/vfs_intent_hp.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/vfs_intent_hp.patch b/lustre/kernel_patches/patches/vfs_intent_hp.patch index 3e9e5b8..63f09b3 100644 --- a/lustre/kernel_patches/patches/vfs_intent_hp.patch +++ b/lustre/kernel_patches/patches/vfs_intent_hp.patch @@ -559,7 +559,7 @@ error = 0; if (path_init(from, LOOKUP_POSITIVE, &old_nd)) - error = path_walk(from, &old_nd); -+ error = path_walk_it(from, &old_nd, &it); ++ error = path_walk_it(from, &old_nd, NULL); if (error) goto exit; if (path_init(to, LOOKUP_PARENT, &nd)) -- 1.8.3.1