diff options
| author | Paolo Abeni <[email protected]> | 2025-07-23 14:32:24 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-07-25 18:29:04 +0000 |
| commit | 829fec0244b4ca593ecfaf914e7245ce5b304ec3 (patch) | |
| tree | 72dc3f4b8a602a3142c6a061b94dfdb64ac53fc6 /net/mptcp/protocol.c | |
| parent | mptcp: track fallbacks accurately via mibs (diff) | |
| download | kernel-829fec0244b4ca593ecfaf914e7245ce5b304ec3.tar.gz kernel-829fec0244b4ca593ecfaf914e7245ce5b304ec3.zip | |
mptcp: remove pr_fallback()
We can now track fully the fallback status of a given connection via the
relevant mibs, the mentioned helper is redundant. Remove it completely.
Signed-off-by: Paolo Abeni <[email protected]>
Reviewed-by: Matthieu Baerts (NGI0) <[email protected]>
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
Link: https://patch.msgid.link/20250723-net-next-mptcp-track-fallbacks-v1-2-a83cce08f2d5@kernel.org
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/mptcp/protocol.c')
| -rw-r--r-- | net/mptcp/protocol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mptcp/protocol.c b/net/mptcp/protocol.c index 88bf092f230a..9a287b75c1b3 100644 --- a/net/mptcp/protocol.c +++ b/net/mptcp/protocol.c @@ -1167,7 +1167,6 @@ static void mptcp_update_infinite_map(struct mptcp_sock *msk, } mptcp_subflow_ctx(ssk)->send_infinite_map = 0; - pr_fallback(msk); } #define MPTCP_MAX_GSO_SIZE (GSO_LEGACY_MAX_SIZE - (MAX_TCP_HEADER + 1)) |
