aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sunrpc/xprtsock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/xprtsock.c b/net/sunrpc/xprtsock.c
index 9928ba164d62..9deed17fd3e4 100644
--- a/net/sunrpc/xprtsock.c
+++ b/net/sunrpc/xprtsock.c
@@ -2872,8 +2872,8 @@ static struct rpc_xprt *xs_setup_bc_tcp(struct xprt_create *args)
2872 if (args->bc_xprt->xpt_bc_xprt) { 2872 if (args->bc_xprt->xpt_bc_xprt) {
2873 /* 2873 /*
2874 * This server connection already has a backchannel 2874 * This server connection already has a backchannel
2875 * export; we can't create a new one, as we wouldn't be 2875 * transport; we can't create a new one, as we wouldn't
2876 * able to match replies based on xid any more. So, 2876 * be able to match replies based on xid any more. So,
2877 * reuse the already-existing one: 2877 * reuse the already-existing one:
2878 */ 2878 */
2879 return args->bc_xprt->xpt_bc_xprt; 2879 return args->bc_xprt->xpt_bc_xprt;