diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-03 01:38:35 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-05-11 04:19:59 +0200 |
commit | 697fc6ca666cdb2638211229c8fa3b81eb6f2f1a (patch) | |
tree | 072865ab49dfbc4e1654b749d30ff2097f4395bf /mm/rmap.c | |
parent | link_path_walk: cleanup - turn goto start; into continue; (diff) | |
download | linux-697fc6ca666cdb2638211229c8fa3b81eb6f2f1a.tar.xz linux-697fc6ca666cdb2638211229c8fa3b81eb6f2f1a.zip |
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>
Diffstat (limited to 'mm/rmap.c')
0 files changed, 0 insertions, 0 deletions