Re: [PATCH 42/79] link_path_walk: get rid of duplication

2015-05-05 Thread Linus Torvalds
On Mon, May 4, 2015 at 10:22 PM, Al Viro wrote: > -l: Ok, I guess this gets rid of the nasty badly-named label I complained about. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More ma

[PATCH 42/79] link_path_walk: get rid of duplication

2015-05-04 Thread Al Viro
From: Al Viro 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. S