aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc')
-rw-r--r--net/sunrpc/xprtrdma/svc_rdma_backchannel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprtrdma/svc_rdma_backchannel.c b/net/sunrpc/xprtrdma/svc_rdma_backchannel.c
index 20027f8de129..6035c5a380a6 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_backchannel.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_backchannel.c
@@ -359,6 +359,7 @@ xprt_setup_rdma_bc(struct xprt_create *args)
359out_fail: 359out_fail:
360 xprt_rdma_free_addresses(xprt); 360 xprt_rdma_free_addresses(xprt);
361 args->bc_xprt->xpt_bc_xprt = NULL; 361 args->bc_xprt->xpt_bc_xprt = NULL;
362 args->bc_xprt->xpt_bc_xps = NULL;
362 xprt_put(xprt); 363 xprt_put(xprt);
363 xprt_free(xprt); 364 xprt_free(xprt);
364 return ERR_PTR(-EINVAL); 365 return ERR_PTR(-EINVAL);