Home
last modified time | relevance | path

Searched hist:bdf6cbf1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.cbdf6cbf1 Sat Apr 18 19:21:40 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> link_path_walk: final preparations to killing recursion

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>
bdf6cbf1 Sat Apr 18 19:21:40 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> link_path_walk: final preparations to killing recursion

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>