SUNRPC: Change svc_create_xprt() to take a @family argument
authorChuck Lever <chuck.lever@oracle.com>
Thu, 19 Mar 2009 00:46:21 +0000 (20:46 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 28 Mar 2009 19:54:36 +0000 (15:54 -0400)
commit9652ada3fb5914a67d8422114e8a76388330fa79
treeb37d77bf972dda04b46794c4e50ec6f6d044dc79
parentbaf01caf09e87579c2d157e5ee29975db8551522
SUNRPC: Change svc_create_xprt() to take a @family argument

The sv_family field is going away.  Pass a protocol family argument to
svc_create_xprt() instead of extracting the family from the passed-in
svc_serv struct.

Again, as this is a listener socket and not an address, we make this
new argument an "int" protocol family, instead of an "sa_family_t."

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/lockd/svc.c
fs/nfs/callback.c
fs/nfsd/nfsctl.c
fs/nfsd/nfssvc.c
include/linux/sunrpc/svc_xprt.h
net/sunrpc/svc_xprt.c