]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0df754a417107bb4f58005dbbb7fe695c603501f
tree954f22ca07ff077e50b05ef54c87491cd8506bce
parent0babf0795a4c99f49d671b53c1cb84a3fbbf375c
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