From ab10492345d1d629743c7e7d56532f4e5284c2c5 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 10 May 2015 11:50:01 -0400 Subject: [PATCH] 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 --- Reading git-format-patch failed