Skip to content
Snippets Groups Projects
Commit 912d35f8 authored by Jens Axboe's avatar Jens Axboe
Browse files

[PATCH] Add support for the sys_vmsplice syscall


sys_splice() moves data to/from pipes with a file input/output. sys_vmsplice()
moves data to a pipe, with the input being a user address range instead.

This uses an approach suggested by Linus, where we can hold partial ranges
inside the pages[] map. Hopefully this will be useful for network
receive support as well.

Signed-off-by: default avatarJens Axboe <axboe@suse.de>
parent 016b661e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment