Re: [PATCH][RFC] network splice receive v3

From: YOSHIFUJI Hideaki / 吉藤英明
Date: Thu Jul 19 2007 - 05:04:48 EST


Hello.

In article <20070711091927.GQ4587@xxxxxxxxx> (at Wed, 11 Jul 2007 11:19:27 +0200), Jens Axboe <jens.axboe@xxxxxxxxxx> says:

> @@ -835,6 +835,7 @@ const struct proto_ops inet_stream_ops = {
> .recvmsg = sock_common_recvmsg,
> .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,

Please add similar bits in net/ipv6/af_inet6.c
unless there are any dependency on IPv4.
(And if there are, it is not good.)

--yoshfuji
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/