commit | abc13275771fac77e2d7b129c289522dacb644b6 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Dec 17 17:33:33 2018 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Dec 18 11:04:10 2018 -0500 |
tree | ebff8b8a1ab62f9279600689854b3ac0f142c03f | |
parent | cf76785d30712d90185455e752337acdb53d2a5d [diff] |
SUNRPC: Remove xprt_connect_status() Over the years, xprt_connect_status() has been superseded by call_connect_status(), which now handles all the errors that xprt_connect_status() does and more. Since the latter converts all errors that it doesn't recognise to EIO, then it is time for it to be retired. Reported-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Tested-by: Chuck Lever <chuck.lever@oracle.com>