]> git.ipfire.org Git - thirdparty/linux.git/commit
SUNRPC: Remove xprt_connect_status()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 17 Dec 2018 22:33:33 +0000 (17:33 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 18 Dec 2018 16:04:10 +0000 (11:04 -0500)
commitabc13275771fac77e2d7b129c289522dacb644b6
treeebff8b8a1ab62f9279600689854b3ac0f142c03f
parentcf76785d30712d90185455e752337acdb53d2a5d
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>
net/sunrpc/xprt.c