From: Chuck Lever Date: Fri, 14 Sep 2012 21:23:52 +0000 (-0400) Subject: SUNRPC: Refactor rpc_clone_client() X-Git-Tag: v3.7-rc1~58^2~46 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b63a75180c6c65c71655c250a4e6b578ba7d1c0;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed