• Al Viro's avatar
    sanitize path_walk() mess · ee0827cd
    Al Viro authored
    New helper: path_lookupat().  Basically, what do_path_lookup() boils to
    modulo -ECHILD/-ESTALE handler.  path_walk* family is gone; vfs_path_lookup()
    is using link_path_walk() directly, do_path_lookup() and do_filp_open()
    are using path_lookupat().
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    ee0827cd
namei.c 87.3 KB