From: Trond Myklebust Date: Wed, 11 Mar 2009 18:37:58 +0000 (-0400) Subject: SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN... X-Git-Tag: v2.6.27.29~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905e167d6445fb70c40d91c100cf88d7ad78a6ed;p=pandora-kernel.git SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN... commit 670f94573104b4a25525d3fcdcd6496c678df172 upstream. ...so that we can distinguish between when we need to shutdown and when we don't. Also remove the call to xs_tcp_shutdown() from xs_tcp_connect(), since xprt_connect() makes the same test. Signed-off-by: Trond Myklebust Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed