]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite791b3ac2ce303b779e888466ca7b8e0dd410641
tree1bf38ad5d7198397515ae3941da5fa6b08f33ee5
parent82c4997bdeb0fed77767861d18d485a748a8d20e
SUNRPC: Modify synopsis of rpc_client_register()

The rpc_client_register() helper was added in commit 02b1ba70,
"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