]> Pileus Git - ~andy/linux/commit
[PATCH] RPC: extract socket logic common to both client and server
authorChuck Lever <cel@citi.umich.edu>
Thu, 11 Aug 2005 20:25:20 +0000 (16:25 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:11 +0000 (12:38 -0400)
commit094bb20b9fcab3a1652a77741caba6b78097d622
tree85347e557be116ed1fa8bbf63555fcb83920baf5
parent602f83273c89fdd25f24757564d8001cf723e740
[PATCH] RPC: extract socket logic common to both client and server

 Clean-up: Move some code that is common to both RPC client- and server-side
 socket transports into its own source file, net/sunrpc/socklib.c.

 Test-plan:
 Compile kernel with CONFIG_NFS enabled.  Millions of fsx operations over
 UDP, client and server.  Connectathon over UDP.

 Version: Thu, 11 Aug 2005 16:03:09 -0400

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/xdr.h
net/sunrpc/Makefile
net/sunrpc/socklib.c [new file with mode: 0644]
net/sunrpc/svcsock.c
net/sunrpc/xdr.c
net/sunrpc/xprt.c