git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a7b37
)
pull handling of one pathname component into a helper
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 13 Mar 2011 23:58:58 +0000
(19:58 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 15 Mar 2011 21:16:20 +0000
(17:16 -0400)
new helper: walk_component(). Handles everything except symlinks;
returns negative on error, 0 on success and 1 on symlinks we decided
to follow. Drops out of RCU mode on such symlinks.
link_path_walk() and do_last() switched to using that.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge