SUNRPC: fewer conditionals in the format_ip_address routines
authorChuck Lever <chuck.lever@oracle.com>
Mon, 7 Jan 2008 23:34:48 +0000 (18:34 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:06:04 +0000 (02:06 -0500)
commitb454ae906085cf7774fb4756746680c9b03b6f84
treec5f84a9524dd7a9c7470ef0782e2d79df94d3f5e
parentcab6fc1b77c3ec4471d7d54ff6db9ad2dd59c2f5
SUNRPC: fewer conditionals in the format_ip_address routines

Clean up: have the set up routines explicitly pass the strings to be used
for the transport name and NETID.  This removes a number of conditionals
and dependencies on rpc_xprt.prot, which is overloaded.

Tighten up type checking on the address_strings array while we're at it.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/clnt.h
include/linux/sunrpc/xprt.h
net/sunrpc/clnt.c
net/sunrpc/rpcb_clnt.c
net/sunrpc/xprtsock.c