EtiennePerot / fuse-jna

No-nonsense, actually-working Java bindings to FUSE using JNA.
http://fusejna.net/
Other
137 stars 43 forks source link

Set internal state correctly when unmounted externally #39

Closed EtiennePerot closed 10 years ago

EtiennePerot commented 10 years ago

Running umount on the filesystem will call destroy on the FuseFilesystem object, but that doesn't reset its state nor call afterUnmount.

EtiennePerot commented 10 years ago

Fixed in 0fa3ca5246abc9553f97212232b07ea76bf74596.