SUNRPC: split client creation routine into setup and registration
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 24 Jun 2013 07:52:52 +0000 (11:52 +0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 28 Jun 2013 19:42:16 +0000 (15:42 -0400)
commite73f4cc051199799aee4320f300f28ffb82f3eb1
treefebba6f33716b75986666e2efc7a47b42882b16a
parentadb6fa7ffe9031857ec14b8aab75c9ab65556cbc
SUNRPC: split client creation routine into setup and registration

This helper moves all "registration" code to the new rpc_client_register()
helper.
This helper will be used later in the series to synchronize against PipeFS
MOUNT/UMOUNT events.

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