SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
363 stars 86 forks source link

Umount on Mac OS X doesn't work #115

Open stanimirivanovde opened 3 years ago

stanimirivanovde commented 3 years ago

While an operation is in progress (file write) the umount() function returns without an error but doesn't force an umount. I have submitted a PR to fix this.

https://github.com/SerCeMan/jnr-fuse/pull/114