rclone/fs/sync
Nick Craig-Wood 811b30d116 sync: fix deadlock with --track-renames-strategy modtime - fixes #4427
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
2020-07-17 17:09:58 +01:00
..
pipe_test.go sync: implement --order-by xxx,mixed 2020-03-16 15:50:04 +00:00
pipe.go sync: allow --max-backlog to be -ve meaning as large as possible 2020-05-22 17:50:07 +01:00
rc_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
rc.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
sync_test.go sync,copy,move: add --check-first to do all checking before starting transfers 2020-05-22 17:50:07 +01:00
sync.go sync: fix deadlock with --track-renames-strategy modtime - fixes #4427 2020-07-17 17:09:58 +01:00