commit | dc7af8dc05bc46410b978dae14fda8414b65db30 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun May 03 21:16:35 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 10 22:20:06 2015 -0400 |
tree | 380694adc5f0fdaa6dda47490e06641f5c53564d | |
parent | 21c3003d36a8b6c54811bd87eb5f6fc830de9c82 [diff] |
link_path_walk: nd->depth massage, part 9 Make link_path_walk() work with any value of nd->depth on entry - memorize it and use it in tests instead of comparing with 1. Don't bother with increment/decrement in path_init(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>