mptcp: never fetch fwd memory from the subflow
authorPaolo Abeni <pabeni@redhat.com>
Thu, 30 Jun 2022 22:17:54 +0000 (15:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2022 12:24:59 +0000 (13:24 +0100)
commit4aaa1685f750b293316d2a09cde2ea25be2a5de2
treec55e1eb75f8b4f1f51b7eebde87246c780572313
parent456bfd9dc8a11213f665a28d49010ee1d31547c4
mptcp: never fetch fwd memory from the subflow

The memory accounting is broken in such exceptional code
path, and after commit 4890b686f408 ("net: keep sk->sk_forward_alloc
as small as possible") we can't find much help there.

Drop the broken code.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mptcp/protocol.c