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

Day 15 part 1 - wrong result for getattr if inode is not 1 #20

Open
neil-greenwood opened this issue Apr 17, 2023 · 0 comments · May be fixed by #21
Open

Day 15 part 1 - wrong result for getattr if inode is not 1 #20

neil-greenwood opened this issue Apr 17, 2023 · 0 comments · May be fixed by #21

Comments

@neil-greenwood
Copy link

In the second (i.e. non-empty) implementation of getattr, the result is:

reply.error(ENOSYS);

but it should be:

reply.error(ENOENT);

We want a 'File not found' rather than a 'Function not implemented' message.

@neil-greenwood neil-greenwood linked a pull request Apr 17, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant