From: Chuck Lever Date: Thu, 19 Mar 2009 00:46:29 +0000 (-0400) Subject: SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() X-Git-Tag: v2.6.30-rc1~415^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a9072f29a1039f142ec98b44a72d7173651c02;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed