SUNRPC: Eliminate PROC macro from rpcb_clnt
authorChuck Lever <chuck.lever@oracle.com>
Sun, 9 Aug 2009 19:09:44 +0000 (15:09 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 9 Aug 2009 19:09:44 +0000 (15:09 -0400)
commitf8b761eff1e49fde43dd940ac32b38cf7cee2a95
treeea5cc9f68375c6924f2797916f116835fb5542ea
parent0e47f0d665efcf1b45f293422d21d8383f07d122
SUNRPC: Eliminate PROC macro from rpcb_clnt

Clean up: Replace PROC macro with open coded C99 structure
initializers to improve readability.

The rpcbind v4 GETVERSADDR procedure is never sent by the current
implementation, so it is not copied to the new structures.

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