]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb484ea74713bf6bd21ae55f022cd8503bb0440e5
tree29310f6628155303ddaf074f97a8412e4dcccef3
parent0986a6f2182d9b3cecde5af6c831e78c25b5e3b1
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