Skip to content

Commit

Permalink
Try ensure osx can work correctly. Improve error handling and some ed…
Browse files Browse the repository at this point in the history
…ge cases around fuse file handles for shutdown
  • Loading branch information
ianoc committed Feb 16, 2021
1 parent 42efb82 commit 1cde8d6
Show file tree
Hide file tree
Showing 8 changed files with 408 additions and 261 deletions.
1 change: 0 additions & 1 deletion examples/xmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ impl Filesystem for XmpFS {
datasync: bool,
reply: ReplyEmpty,
) {
eprintln!("Calling fsync");
if !self.opened_files.contains_key(&fh) {
reply.error(EIO).await;
return;
Expand Down
Loading

0 comments on commit 1cde8d6

Please sign in to comment.