From: pschwan Date: Fri, 7 Feb 2003 16:15:15 +0000 (+0000) Subject: Fix sys_link in vfs_intent_hp.patch to match vfs_intent-2.4.18.patch X-Git-Tag: v1_7_100~1^94~108 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9f15865498b77230b843ebd3162bbd20c42b493e;p=fs%2Flustre-release.git Fix sys_link in vfs_intent_hp.patch to match vfs_intent-2.4.18.patch --- 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))