• Al Viro's avatar
    link_path_walk: end of nd->depth massage · 8eff733a
    Al Viro authored
    get rid of orig_depth - we only use it on error exit to tell whether
    to stop doing put_link() when depth reaches 0 (call from path_init())
    or when it reaches 1 (call from trailing_symlink()).  However, in
    the latter case the caller would immediately follow with one more
    put_link().  Just keep doing it until the depth reaches zero (and
    simplify trailing_symlink() as the result).
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    8eff733a
namei.c 113 KB