commit | 7705f6abbb75ff8058e785a3f2e03b8c3962cfa3 | [log] [tgz] |
---|---|---|
author | Andy Adamson <andros@netapp.com> | Fri Sep 09 09:22:22 2016 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Sep 19 13:08:36 2016 -0400 |
tree | 336796bc3b489669e6dc242fa6ee62c8b1a27e33 | |
parent | ba84db96aa07995b853db403a3eba2249f0fa4e3 [diff] |
SUNRPC remove rpc_task_release_client from rpc_task_set_client rpc_task_set_client is only called from rpc_run_task after rpc_new_task and rpc_task_release_client is not needed as the task is new. When called from rpc_new_task, rpc_task_set_client also removed the assigned rpc_xprt which is not desired. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>