commit | 49a9072f29a1039f142ec98b44a72d7173651c02 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Mar 18 20:46:29 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Mar 28 15:54:48 2009 -0400 |
tree | d2a87541cb699fb6b1fbdef492f3dc6c305aa541 | |
parent | 9652ada3fb5914a67d8422114e8a76388330fa79 [diff] |
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>