mirror of
https://github.com/rclone/rclone.git
synced 2026-09-23 06:15:42 -04:00
Before this change, sometimes preallocate failed with EINTR which rclone ignored. Retrying the syscall is the correct thing to do and seems to make preallocate 100% reliable.