commit | e8bb73dfb0aad673a3b9650e9af0ba1739a4df01 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri May 08 16:28:42 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 10 22:20:17 2015 -0400 |
tree | 26ce8ddc943956ab22c1a14b9aac61e9c994d391 | |
parent | fab51e8ab25e1ad661ef8da42077de78477fba83 [diff] |
namei: fold put_link() into the failure case of complete_walk() ... and don't open-code unlazy_walk() in there - the only reason for that is to avoid verfication of cached nd->root, which is trivially avoided by discarding said cached nd->root first. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>