cberner / fuser

Filesystem in Userspace (FUSE) for Rust
MIT License
836 stars 114 forks source link

Fix batch_forget support #171

Closed yiyuanliu closed 3 years ago

yiyuanliu commented 3 years ago
  1. fix batch_forget arguments parse
  2. expose fuse_forget_one, this allows filesystems implement batch_forget function manually.
cberner commented 3 years ago

There are some formatting checks failing. Can you run cargo fmt and force push those changes?

cberner commented 3 years ago

Merged. Thanks!