Re: [PATCH net-next v3 2/2] tcp: Remove the unused parameter for tcp_try_fastopen.

2017-08-22 Thread Eric Dumazet
On Mon, 2017-08-21 at 23:33 -0700, Tonghao Zhang wrote: > Signed-off-by: Tonghao Zhang > --- > include/net/tcp.h | 3 +-- > net/ipv4/tcp_fastopen.c | 6 ++ > net/ipv4/tcp_input.c| 2 +- > 3 files changed, 4 insertions(+), 7 deletions(-) Acked-by: Eric Dumazet

[PATCH net-next v3 2/2] tcp: Remove the unused parameter for tcp_try_fastopen.

2017-08-21 Thread Tonghao Zhang
Signed-off-by: Tonghao Zhang --- include/net/tcp.h | 3 +-- net/ipv4/tcp_fastopen.c | 6 ++ net/ipv4/tcp_input.c| 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/include/net/tcp.h b/include/net/tcp.h index afdab3781425..a995004ae946 100644 --- a/include/net/tcp.