commit | ab10492345d1d629743c7e7d56532f4e5284c2c5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun May 10 11:50:01 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 10 22:20:19 2015 -0400 |
tree | 49d4876e545dc24eda81ae9b23f56394cdbf8cd9 | |
parent | 1cf2665b5bdfc63185fb4a416bff54b14ad30c79 [diff] |
namei: take increment of nd->depth into pick_link() Makes the situation much more regular - we avoid a strange state when the element just after the top of stack is used to store struct path of symlink, but isn't counted in nd->depth. This is much more regular, so the normal failure exits, etc., work fine. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>