]> git.baikalelectronics.ru Git - kernel.git/commit
namei: take increment of nd->depth into pick_link()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 10 May 2015 15:50:01 +0000 (11:50 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 11 May 2015 02:20:19 +0000 (22:20 -0400)
commit7a42d5f2913fef66a5fc0570fbc14750e137c246
tree49d4876e545dc24eda81ae9b23f56394cdbf8cd9
parent2e5f12863f29a2311efa4ad06506797569058076
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>
fs/namei.c