summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNeal Cardwell <ncardwell@google.com>2017-08-02 22:59:58 +0300
committerDavid S. Miller <davem@davemloft.net>2017-08-03 19:30:47 +0300
commitd06c3583c2cf6c27a56ee05aa128a950e31b224a (patch)
treeb34ac233cd954b2723d84c5d3658f22e3cd04151 /include
parent3a8f6f874fa1ac004157fb3df742a5034718a2ce (diff)
downloadlinux-d06c3583c2cf6c27a56ee05aa128a950e31b224a.tar.xz
tcp: remove extra POLL_OUT added for finished active connect()
Commit 45f119bf936b ("tcp: remove header prediction") introduced a minor bug: the sk_state_change() and sk_wake_async() notifications for a completed active connection happen twice: once in this new spot inside tcp_finish_connect() and once in the existing code in tcp_rcv_synsent_state_process() immediately after it calls tcp_finish_connect(). This commit remoes the duplicate POLL_OUT notifications. Fixes: 45f119bf936b ("tcp: remove header prediction") Signed-off-by: Neal Cardwell <ncardwell@google.com> Cc: Florian Westphal <fw@strlen.de> Cc: Eric Dumazet <edumazet@google.com> Cc: Yuchung Cheng <ycheng@google.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions