Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eeropomell opened this issue Sep 23, 2022 · 0 comments

Comments

@eeropomell
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant