Revert "mptcp: sched: check both backup in retrans"

This reverts commit 772ceb7452.
This commit is contained in:
Ksawlii 2024-11-24 00:23:50 +01:00
parent 15c909dc17
commit ca5fc87f0c

View file

@ -1664,7 +1664,7 @@ static struct sock *mptcp_subflow_get_retrans(const struct mptcp_sock *msk)
return NULL;
}
if (subflow->backup || subflow->request_bkup) {
if (subflow->backup) {
if (!backup)
backup = ssk;
continue;