mirror of
https://github.com/rclone/rclone.git
synced 2025-06-10 23:17:07 +02: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