]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 1 Nov 2012 21:52:38 +0000 (17:52 -0400)
commitd4f706061648d627dcf7117d64dcb81f5d743a07
tree997dc32631f49c9d41c7c2e74d6d4e1f771966d6
parentdb9e83f7b3bf96f7160a073d4098ca5648481db7
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