io_uring: split out splice related operations
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 03:19:47 +0000 (21:19 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commit531113bbd5bfc93e8de45440752af11c751e4aaf
treea4643adc406a76ed1f27d30d3fab96c785620e4e
parent11aeb71406ddd0ef526ad1df48b54aae628aad3b
io_uring: split out splice related operations

This splits out splice and tee support.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/splice.c [new file with mode: 0644]
io_uring/splice.h [new file with mode: 0644]