Whamcloud - gitweb
Fix sys_link in vfs_intent_hp.patch to match vfs_intent-2.4.18.patch
authorpschwan <pschwan>
Fri, 7 Feb 2003 16:15:15 +0000 (16:15 +0000)
committerpschwan <pschwan>
Fri, 7 Feb 2003 16:15:15 +0000 (16:15 +0000)
lustre/kernel_patches/patches/vfs_intent_hp.patch

index 3e9e5b8..63f09b3 100644 (file)
                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))