SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 19 Mar 2009 00:46:29 +0000 (20:46 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 28 Mar 2009 19:54:48 +0000 (15:54 -0400)
commit49a9072f29a1039f142ec98b44a72d7173651c02
treed2a87541cb699fb6b1fbdef492f3dc6c305aa541
parent9652ada3fb5914a67d8422114e8a76388330fa79
SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()

Since an RPC service listener's protocol family is specified now via
svc_create_xprt(), it no longer needs to be passed to svc_create() or
svc_create_pooled().  Remove that argument from the synopsis of those
functions, and remove the sv_family field from the svc_serv struct.

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/nfssvc.c
include/linux/sunrpc/svc.h
net/sunrpc/svc.c