From: Trond Myklebust Date: Sat, 19 Mar 2011 00:21:23 +0000 (-0400) Subject: SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback... X-Git-Tag: v2.6.39.1~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=721c196a63eb2b149ae0856f7dc7243303a1e79b;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed