mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
6ca7198f57
Before this change, the current working directory could disappear according to the Linux kernel. This was caused by mount returning different nodes with the same information in. This change uses vfs.Node.SetSys to cache the information so we always return the same node. |
||
---|---|---|
.. | ||
file.go | ||
fs.go | ||
mount_test.go | ||
mount_unsupported.go | ||
mount.go | ||
node.go |