mirror of
https://github.com/rclone/rclone.git
synced 2025-08-03 19:51:08 +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