net: mptp: fix for upstream

This commit is contained in:
spakkkk 2022-05-06 13:48:57 +00:00
parent e76c93ce94
commit 197dc69c14

View File

@ -2082,7 +2082,7 @@ int mptcp_create_master_sk(struct sock *meta_sk, __u64 remote_key,
goto err_add_sock;
meta_sk->sk_prot->unhash(meta_sk);
inet_ehash_nolisten(master_sk, NULL);
inet_ehash_nolisten(master_sk, NULL, NULL);
master_tp->mptcp->init_rcv_wnd = master_tp->rcv_wnd;