SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...
commita0a238f7cb684c0ea76a5817d1c92e2c7b0b7bd2
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 19 Mar 2011 00:21:23 +0000 (18 20:21 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Jun 2011 01:34:47 +0000 (3 10:34 +0900)
treeb78041664e5f6c04665e234e15ad73f94154b628
parent00871cab71537bed0eef99e014f690263f6c1286
SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...

commit fe19a96b10032035a35779f42ad59e35d6dd8ffd upstream.

The TCP connection state code depends on the state_change() callback
being called when the SYN_SENT state is set. However the networking layer
doesn't actually call us back in that case.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/sunrpc/xprtsock.c