mirror of
https://github.com/rclone/rclone.git
synced 2025-04-21 03:18:53 +08:00

Before this change we could exit the popRenameMap function with the lock held. This fixes the problem by defer-ring the unlock. See: https://forum.rclone.org/t/track-renames-strategy-modtime-doesnt-work/16992