From: Al Viro Date: Sun, 19 Apr 2015 00:21:40 +0000 (-0400) Subject: link_path_walk: final preparations to killing recursion X-Git-Tag: omap-for-v4.3/legacy-v2-signed~213^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf6cbf17923c08dafca70f0231817de1f9d1f30;p=pandora-kernel.git 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 --- Reading git-diff-tree failed