Skip to content

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

Description

@neil-greenwood

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.

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