Skip to content

Implement statfs() callback#58

Merged
benbjohnson merged 1 commit intomainfrom
statfs
Aug 16, 2022
Merged

Implement statfs() callback#58
benbjohnson merged 1 commit intomainfrom
statfs

Conversation

@benbjohnson
Copy link
Collaborator

This pull request implements a FUSE callback for statfs(2). The call is simply a passthrough to the underlying file system that the litefs.Store is attached to.

Fixes #10

@benbjohnson benbjohnson merged commit 1f5bea0 into main Aug 16, 2022
@benbjohnson benbjohnson deleted the statfs branch August 16, 2022 21:57
@benbjohnson benbjohnson added this to the v0.2.0 milestone Nov 16, 2022
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.

Implement STATFS FUSE call

1 participant