Files
linux-st/include/linux
Chuck Lever 4b62e58ccc SUNRPC: Pass a family argument to svc_register()
The sv_family field is going away.  Instead of using sv_family, have
the svc_register() function take a protocol family argument.

Since this argument represents a protocol family, and not an address
family, this argument takes an int, as this is what is passed to
sock_create_kern().  Also make sure svc_register's helpers are
checking for PF_FOO instead of AF_FOO.  The value of [AP]F_FOO are
equivalent; this is simply a symbolic change to reflect the semantics
of the value stored in that variable.

sock_create_kern() should return EPFNOSUPPORT if the passed-in
protocol family isn't supported, but it uses EAFNOSUPPORT for this
case.  We will stick with that tradition here, as svc_register()
is called by the RPC server in the same path as sock_create_kern().

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2009-03-28 15:54:12 -04:00
..
2009-02-18 10:32:00 +01:00
2009-02-05 16:48:53 +11:00
2009-03-01 00:19:35 -08:00
2009-02-18 15:37:56 -08:00
2009-03-05 16:10:57 +01:00
2009-03-01 00:19:36 -08:00
2009-03-05 07:25:02 -05:00
2009-02-18 15:37:55 -08:00
2009-03-04 23:46:25 -08:00
2009-03-19 15:35:50 -04:00
2009-03-10 20:33:18 -04:00
2009-02-18 15:37:53 -08:00
2009-02-20 17:57:48 -08:00
2009-02-11 14:25:36 -08:00
2009-02-18 15:37:53 -08:00
2009-02-18 15:37:53 -08:00