Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0974dd3 authored by Jens Axboe's avatar Jens Axboe Committed by David S. Miller
Browse files

[TCP] splice: add tcp_splice_read() to IPV6



Thanks to YOSHIFUJI Hideaki for the hint!

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9c55e01c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -491,6 +491,7 @@ const struct proto_ops inet6_stream_ops = {
	.recvmsg	   = sock_common_recvmsg,	/* ok		*/
	.mmap		   = sock_no_mmap,
	.sendpage	   = tcp_sendpage,
	.splice_read	   = tcp_splice_read,
#ifdef CONFIG_COMPAT
	.compat_setsockopt = compat_sock_common_setsockopt,
	.compat_getsockopt = compat_sock_common_getsockopt,