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

Add ability to use fuse-mt without the path translation #45

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

not-jan
Copy link

@not-jan not-jan commented Apr 28, 2024

Hi! First of all: thanks for writing this awesome library.

I'm writing a filesystem at the moment and wanted to make use of fuse-mt but the concept of tracking paths doesn't really make sense for my usescase so I've added the ability to instead receive inodes from fuse-mt. This should solve e.g. #21

There is a breaking changed I could not avoid: impl FilesystemMT for Foo has to become impl FilesystemMT<'_> for Foo now. Which is why I've also decided to bump the minor version.

I've also bumped the fuser version to 0.14 and added a new example for the new type of "unmanaged" FilesystemMT.

I've designed most other changes to not break any APIs further which has resulted in RawFileAttr implementing Deref and DerefMut with FileAttr as a target.

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 this pull request may close these issues.

1 participant