[PATCH] RPC: client-side transport switch cleanup
authorChuck Lever <cel@citi.umich.edu>
Thu, 11 Aug 2005 20:25:47 +0000 (16:25 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:26 +0000 (12:38 -0400)
commit55aa4f58aa43dc9a51fb80010630d94b96053a2e
tree7b3d79bdc15c76c25d8a53437b9e4173ebc68f24
parent44fbac2288dfed6f1963ac00bf922c3bcd779cd1
[PATCH] RPC: client-side transport switch cleanup

 Clean-up: change some comments to reflect the realities of the new RPC
 transport switch mechanism.  Get rid of unused xprt_receive() prototype.

 Also, organize function prototypes in xprt.h by usage and scope.

 Test-plan:
 Compile kernel with CONFIG_NFS enabled.

 Version: Thu, 11 Aug 2005 16:07:21 -0400

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/xprt.h
net/sunrpc/clnt.c
net/sunrpc/xprt.c
net/sunrpc/xprtsock.c