SUNRPC: Modify synopsis of rpc_client_register()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 17 Oct 2013 18:12:17 +0000 (14:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 28 Oct 2013 19:20:29 +0000 (15:20 -0400)
commitd746e54522e52275865ca23917c16b3fdc226e51
tree1bf38ad5d7198397515ae3941da5fa6b08f33ee5
parentd2bfda2e7aa036f90ccea610a657064b1e267913
SUNRPC: Modify synopsis of rpc_client_register()

The rpc_client_register() helper was added in commit e73f4cc0,
"SUNRPC: split client creation routine into setup and registration,"
Mon Jun 24 11:52:52 2013.  In a subsequent patch, I'd like to invoke
rpc_client_register() from a context where a struct rpc_create_args
is not available.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c