Skip to content

Also handle copy_file_range failing with ENOENT

Fabian Vogt requested to merge work/fvogt/cifsenoent into master

There appears to be a kernel bug (?) that CIFS fails with ENOENT on copy_file_range.

coreutils had to work around this as well, see the included link.

Merge request reports