SUNRPC: Remove obsolete messages during transport connect
authorChuck Lever <chuck.lever@oracle.com>
Wed, 11 Jun 2008 21:56:13 +0000 (17:56 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:09:06 +0000 (12:09 -0400)
commitcd983ef81b9d79573848dabf81277c7314220257
tree954f22ca07ff077e50b05ef54c87491cd8506bce
parent48186c7d5734a6b137f9186b37f6dc98097d0429
SUNRPC: Remove obsolete messages during transport connect

Recent changes to the RPC client's transport connect logic make connect
status values ECONNREFUSED and ECONNRESET impossible.

Clean up xprt_connect_status() to account for these changes.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/xprt.c