Skip to content

Explore using the fuse file information struct to cache inode numbers instead of the LRU cache. #31

@bhavyejain

Description

@bhavyejain

The fuse_file_information struct is almost a copy of the stat struct. It should be able to hold the inode number for a file descriptor once opened and function as an inode cache for us. The cache size can be reduced if this becomes possible.

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