commit | 1cf2665b5bdfc63185fb4a416bff54b14ad30c79 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed May 06 16:01:56 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 10 22:20:19 2015 -0400 |
tree | 0a606d138500121f4eea4b0fc8037d975f64bd47 | |
parent | fec2fa24e84a75447341a20d36e808c8d913a81a [diff] |
namei: kill nd->link Just store it in nd->stack[nd->depth].link right in pick_link(). Now that we make sure of stack expansion in pick_link(), we can do so... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>