SUNRPC: Clean up rpc_bind_new_program
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 1 Nov 2012 16:14:14 +0000 (12:14 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 4 Nov 2012 19:43:43 +0000 (14:43 -0500)
commitf994c43d19a9116727d4c228d3f13db595bff562
treef736b3811258df24c3efe9ce63096f4a60fb7556
parent50d2bdb19734f9e9f21e63881a9b6c8db4cc0eb7
SUNRPC: Clean up rpc_bind_new_program

We can and should use the rpc_create_args and __rpc_clone_client()
to change the program and version number on the resulting rpc_client.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c