Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e6148
)
Fix sys_link in vfs_intent_hp.patch to match vfs_intent-2.4.18.patch
author
pschwan
<pschwan>
Fri, 7 Feb 2003 16:15:15 +0000
(16:15 +0000)
committer
pschwan
<pschwan>
Fri, 7 Feb 2003 16:15:15 +0000
(16:15 +0000)
lustre/kernel_patches/patches/vfs_intent_hp.patch
patch
|
blob
|
history
diff --git
a/lustre/kernel_patches/patches/vfs_intent_hp.patch
b/lustre/kernel_patches/patches/vfs_intent_hp.patch
index
3e9e5b8
..
63f09b3
100644
(file)
--- 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))