From: Al Viro Date: Sun, 19 Apr 2015 00:14:20 +0000 (-0400) Subject: link_path_walk: get rid of duplication X-Git-Tag: omap-for-v4.3/legacy-v2-signed~213^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8603f8e166e49f02f865213feee7afddeac9b0;p=pandora-kernel.git link_path_walk: get rid of duplication What we do after the second walk_component() + put_link() + depth decrement in there is exactly equivalent to what's done right after the first walk_component(). Easy to verify and not at all surprising, seeing that there we have just walked the last component of nested symlink. Signed-off-by: Al Viro --- Reading git-diff-tree failed