commit | 697fc6ca666cdb2638211229c8fa3b81eb6f2f1a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat May 02 19:38:35 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 10 22:19:59 2015 -0400 |
tree | 072865ab49dfbc4e1654b749d30ff2097f4395bf | |
parent | 9e18f10a30e0c49520fbda39751fcae760445b96 [diff] |
namei: move link/cookie pairs into nameidata Array of MAX_NESTED_LINKS + 1 elements put into nameidata; what used to be a local array in link_path_walk() occupies entries 1 .. MAX_NESTED_LINKS in it, link and cookie from the trailing symlink handling loops - entry 0. This is _not_ the final arrangement; just an easily verified incremental step. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>