Commit 3f0ba614 authored by Chuck Lever's avatar Chuck Lever

SUNRPC: Remove stale comments

bc_close() and bc_destroy now do something, so the comments are
no longer correct. Commit 6221f1d9 ("SUNRPC: Fix backchannel
RPC soft lockups") should have removed these.
Reviewed-by: default avatarJeff Layton <jlayton@kernel.org>
Reviewed-by: default avatarBenjamin Coddington <bcodding@redhat.com>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 84ebf02d
...@@ -2987,20 +2987,11 @@ static int bc_send_request(struct rpc_rqst *req) ...@@ -2987,20 +2987,11 @@ static int bc_send_request(struct rpc_rqst *req)
return len; return len;
} }
/*
* The close routine. Since this is client initiated, we do nothing
*/
static void bc_close(struct rpc_xprt *xprt) static void bc_close(struct rpc_xprt *xprt)
{ {
xprt_disconnect_done(xprt); xprt_disconnect_done(xprt);
} }
/*
* The xprt destroy routine. Again, because this connection is client
* initiated, we do nothing
*/
static void bc_destroy(struct rpc_xprt *xprt) static void bc_destroy(struct rpc_xprt *xprt)
{ {
dprintk("RPC: bc_destroy xprt %p\n", xprt); dprintk("RPC: bc_destroy xprt %p\n", xprt);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment