cberner / fuser

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

Added background thread spawn equivalent for mount2. #199

Closed ph0llux closed 2 years ago

ph0llux commented 2 years ago

This is nothing special, but it would be nice if there is the corresponding background equivalent to mount2 also in the upstream of fuser. I use fuser in several projects and prefer to have something like this directly in the upstream.

cberner commented 2 years ago

Cool, this makes sense to me. Could you run rust fmt and force push?

ph0llux commented 2 years ago

Okay, I ran fmt over it and force pushed. Is there anything missing or does it fit now? ;)

cberner commented 2 years ago

Merged. Thanks!