Closed wkozaczuk closed 8 months ago
This patch implements a subset of copy_file_range() that is needed by the GNU cp utility to function.
copy_file_range()
cp
The implementation delegates to sendfile() and accepts calls with off_out equal to 0 only.
sendfile()
off_out
This patch implements a subset of
copy_file_range()
that is needed by the GNUcp
utility to function.The implementation delegates to
sendfile()
and accepts calls withoff_out
equal to 0 only.