Two new system calls: splice() and sync_file_range()
Posted Apr 4, 2006 15:02 UTC (Tue) by
axboe (
✭ supporter ✭, #904)
In reply to:
Two new system calls: splice() and sync_file_range() by zlynx
Parent article:
Two new system calls: splice() and sync_file_range()
sys_sendfile() can never go, as it's a part of the user space ABI. However, the internal implementation can be replaced with a call to splice() instead. The splice git branch has support for fd -> fd splicing now (by using a virtual pipe), so sys_sendfile can basically just use that.
(
Log in to post comments)