]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): implement copy_file_range(2)
authorkaktus <kaktus@FreeBSD.org>
Mon, 30 Dec 2019 18:11:06 +0000 (18:11 +0000)
committerkaktus <kaktus@FreeBSD.org>
Mon, 30 Dec 2019 18:11:06 +0000 (18:11 +0000)
commit121a4336abf995fd8768d9aa2594e5e07f380420
treec42872a20ed4563c3ecff8bda33d146c470e3fab
parent8d00ce82bf9e0f9fb810937664d7c1b6e84fde4f
linux(4): implement copy_file_range(2)

copy_file_range(2) is implemented natively since r350315, make it available
for Linux binaries too.

Reviewed by: kib (mentor), trasz (previous version)
Approved by: kib (mentor)
Differential Revision: https://reviews.freebsd.org/D22959
sys/amd64/linux/linux_dummy.c
sys/amd64/linux32/linux32_dummy.c
sys/arm64/linux/linux_dummy.c
sys/compat/linux/linux_file.c
sys/i386/linux/linux_dummy.c