Commit e3bfab18 authored by J. Bruce Fields's avatar J. Bruce Fields Committed by Trond Myklebust

sunrpc: comment typo fix

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 34751b9d
...@@ -2872,8 +2872,8 @@ static struct rpc_xprt *xs_setup_bc_tcp(struct xprt_create *args) ...@@ -2872,8 +2872,8 @@ static struct rpc_xprt *xs_setup_bc_tcp(struct xprt_create *args)
if (args->bc_xprt->xpt_bc_xprt) { if (args->bc_xprt->xpt_bc_xprt) {
/* /*
* This server connection already has a backchannel * This server connection already has a backchannel
* export; we can't create a new one, as we wouldn't be * transport; we can't create a new one, as we wouldn't
* able to match replies based on xid any more. So, * be able to match replies based on xid any more. So,
* reuse the already-existing one: * reuse the already-existing one:
*/ */
return args->bc_xprt->xpt_bc_xprt; return args->bc_xprt->xpt_bc_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