commit | f2a8d5c7a218b9c24befb756c4eb30aa550ce822 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun May 17 14:18:06 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Sun May 17 14:10:07 2020 -0600 |
tree | 7c527d9d1301c90cdcdd0017cdb08af44b6276a9 | |
parent | 9dafdfc2f0a3ae551711098de3d7b621a469f11a [diff] |
io_uring: add tee(2) support Add IORING_OP_TEE implementing tee(2) support. Almost identical to splice bits, but without offsets. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>