OSDN Git Service

tcp: remove tcp_synack_options() socket argument
authorEric Dumazet <edumazet@google.com>
Fri, 25 Sep 2015 14:39:17 +0000 (07:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 20:00:38 +0000 (13:00 -0700)
commit37bfbdda0b036a3720924e04c0171d9038159c2c
tree29310f6628155303ddaf074f97a8412e4dcccef3
parentcfe673b0ae4754ffc051482f4a948b67ddbeec10
tcp: remove tcp_synack_options() socket argument

We do not use the socket in this function.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c