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>
Wed, 22 Jun 2022 17:28:25 +0000 (11:28 -0600)
commit168bdb0df4a1b12ef131993fcd9afac9fc21b887
tree3d280123776b9a4260f8d426a78955cb057f6a1a
parenta198c462567b647740664843002b477dacb3e6c6
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]