mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 05:33:11 +08:00
f7d9b15707
Before this change cgofuse and libatexit would race to see who could unmount the file system with unpredicatable results. On Linux it could report an error or not, depending. This change checks to see if umount is beng called from a signal and if so leaves the unmounting to cgofuse/libfuse. See #4804 |
||
---|---|---|
.. | ||
fs.go | ||
mount_brew.go | ||
mount_test.go | ||
mount_unsupported.go | ||
mount.go |