]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
net: tcp: drop unused function argument from mptcp_incoming_options
authorFlorian Westphal <fw@strlen.de>
Thu, 24 Sep 2020 23:23:02 +0000 (01:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2020 03:17:01 +0000 (20:17 -0700)
commit77d0cab93909edf1e5740643d788ac2e458b8187
tree452fe2ebac0b3c96e4d054de1fadc31a419d1587
parenta1a35529bdf8f0d5da0f9ae10a670fb0ad7df2d3
net: tcp: drop unused function argument from mptcp_incoming_options

Since commit cfde141ea3faa30e ("mptcp: move option parsing into
mptcp_incoming_options()"), the 3rd function argument is no longer used.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/mptcp.h
net/ipv4/tcp_input.c
net/mptcp/options.c