[PATCH 0/2] add tee(2) support

From: Pavel Begunkov
Date: Sat May 02 2020 - 08:10:44 EST


Add tee() reusing splice() bits. Pretty straightforward.

Pavel Begunkov (2):
splice: export do_tee()
io_uring: add tee(2) support

fs/io_uring.c | 64 +++++++++++++++++++++++++++++++++--
fs/splice.c | 3 +-
include/linux/splice.h | 3 ++
include/uapi/linux/io_uring.h | 1 +
4 files changed, 66 insertions(+), 5 deletions(-)

--
2.24.0