Skip to content

Disable copy_file_range on ecryptfs

Some systems with stacked filesystems don't support copy_file_range and they return EINVAL. This will result in using the fall-back implementation on such systems.

  • FIX: Disable copy_file_range on systems which don't support it

refs #3 (closed)

Edited by Simon McVittie

Merge request reports