SUNRPC: relocate the creation of socket-specific tunables
authorChuck Lever <chuck.lever@oracle.com>
Tue, 5 Dec 2006 21:35:54 +0000 (16:35 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:53 +0000 (10:46 -0500)
commitfbf76683ff9d1462ec0b2f90ec6ea4793652318c
tree22a5738d7eb984ae7315e471814f43c5ea8d8b2e
parent282b32e17f64be2204f1ac96d7f40f92cb768cd7
SUNRPC: relocate the creation of socket-specific tunables

Clean-up:

The RPC client currently creates some sysctls that are specific to the
socket transport.  Move those entirely into xprtsock.c.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/sysctl.c
net/sunrpc/xprtsock.c