This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/mptcp/mptcp_ctrl.c: In function 'mptcp_create_master_sk': net/mptcp/mptcp_ctrl.c:2246:2: error: too few arguments to function 'inet_ehash_nolisten' 2246 | inet_ehash_nolisten(master_sk, NULL); | ^~~~~~~~~~~~~~~~~~~ In file included from ./include/net/tcp.h:32, from ./include/net/mptcp.h:48, from net/mptcp/mptcp_ctrl.c:36: ./include/net/inet_hashtables.h:251:6: note: declared here 251 | bool inet_ehash_nolisten(struct sock *sk, struct sock *osk, | ^~~~~~~~~~~~~~~~~~~ Fixes: b01b700 ("tcp: fix race condition when creating child sockets from syncookies") Signed-off-by: Matthieu Baerts <[email protected]> (cherry picked from commit 1530fac) Signed-off-by: Matthieu Baerts <[email protected]>
- Loading branch information