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:
bb8603f
)
link_path_walk: final preparations to killing recursion
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 19 Apr 2015 00:21:40 +0000
(20:21 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 11 May 2015 02:19:57 +0000
(22:19 -0400)
reduce the number of returns in there - turn all places
where it returns zero into goto OK and places where it
returns non-zero into goto Err. The only non-trivial
detail is that all breaks in the loop are guaranteed
to be with non-zero err.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge