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