On 5/17/20 5:18 AM, Pavel Begunkov wrote: > Add tee support. > > v2: handle zero-len tee > > Pavel Begunkov (2): > splice: export do_tee() > io_uring: add tee(2) support > > fs/io_uring.c | 62 +++++++++++++++++++++++++++++++++-- > fs/splice.c | 3 +- > include/linux/splice.h | 3 ++ > include/uapi/linux/io_uring.h | 1 + > 4 files changed, 64 insertions(+), 5 deletions(-)
Applied, thanks. -- Jens Axboe

