mptcp: avoid unneeded address copy
authorPaolo Abeni <pabeni@redhat.com>
Mon, 27 Mar 2023 10:22:21 +0000 (12:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2023 08:34:06 +0000 (10:34 +0200)
commit9872e8c632528538f4f0d1ec2a73c413de422b08
tree39d751ae3cf93fb83c2dbdafed5500e59086194a
parent1b9e3ab669a376d226dbd31ef7be7da81a710754
mptcp: avoid unneeded address copy

[ Upstream commit 2bb9a37f0e194ed95c70603b0efc7898a5a0d9b4 ]

In the syn_recv fallback path, the msk is unused. We can skip
setting the socket address.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: 7e8b88ec35ee ("mptcp: consolidate passive msk socket initialization")
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/mptcp/subflow.c