aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r--net/sunrpc/clnt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index 8b78177e7575..37d345c04aa5 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -541,8 +541,7 @@ rpc_call_async(struct rpc_clnt *clnt, struct rpc_message *msg, int flags,
541 rpc_restore_sigmask(&oldset); 541 rpc_restore_sigmask(&oldset);
542 return status; 542 return status;
543out_release: 543out_release:
544 if (tk_ops->rpc_release != NULL) 544 rpc_release_calldata(tk_ops, data);
545 tk_ops->rpc_release(data);
546 return status; 545 return status;
547} 546}
548 547