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>
Thu, 21 Jul 2022 14:34:12 +0000 (08:34 -0600)
commit7291afb55e2778fa170aa49952ed5ab39e7c1169
treef02f768a902d7b52e564d462eaa62e4cf586a046
parent98b979583fd436556290cf7055a90fe348a2c63f
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]