Skip to content

Why are you not releasing the vnode of the starting directory when returning from namei()? #5

@eeropomell

Description

@eeropomell

if ((cnp->cn_flags & ISSYMLINK) == 0) {

If the result of lookup() is a not a symbolic link, you return instantly, so you don't release the vnode of the starting directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions