Skip to content

Fix copying between different filesystems on Linux < 5.3

Albert Astals Cid requested to merge work/aacid/fix_copying_files into master

From the copy_file_range manpage

EXDEV The files referred to by fd_in and fd_out are not on the same mounted filesystem (pre Linux 5.3).

Merge request reports