]> git.baikalelectronics.ru Git - kernel.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)
commit25dafd7c30d8c1f539689fd0a62556b2233ea9af
treeebff8b8a1ab62f9279600689854b3ac0f142c03f
parent80c66ff0ccc784c79d2357a291377085f6e7b17a
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