SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 23:11:10 +0000 (18:11 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 23:11:10 +0000 (18:11 -0500)
Currently this will not happen if we exit before rpc_new_task() was called.
Also fix up rpc_run_task() to do the same (for consistency).

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found