]> Git Repo - linux.git/commit
SUNRPC: Refactor rpc_clone_client()
authorChuck Lever <[email protected]>
Fri, 14 Sep 2012 21:23:52 +0000 (17:23 -0400)
committerTrond Myklebust <[email protected]>
Mon, 1 Oct 2012 22:32:07 +0000 (15:32 -0700)
commit1b63a75180c6c65c71655c250a4e6b578ba7d1c0
tree85743d02287e488622cf0504281973b455af8387
parent632f0d0503accb8ab749a1165af99d344579c37b
SUNRPC: Refactor rpc_clone_client()

rpc_clone_client() does most of the same tasks as rpc_new_client(),
so there is an opportunity for code re-use.  Create a generic helper
that makes it easy to clone an RPC client while replacing any of the
clnt's parameters.

Signed-off-by: Chuck Lever <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
net/sunrpc/clnt.c
This page took 0.046515 seconds and 4 git commands to generate.