[PATCH] RPC: separate TCP and UDP transport connection logic
commitb0d93ad511ce2f37823a07c7a3258117a431f5fb
authorChuck Lever <cel@citi.umich.edu>
Thu, 11 Aug 2005 20:25:53 +0000 (11 16:25 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:29 +0000 (23 12:38 -0400)
treea9fc753bf821d1d71c345f58e056511dfd0cf5ac
parentc7b2cae8a634015b72941ba2fc6c4bc9b8d3a129
[PATCH] RPC: separate TCP and UDP transport connection logic

 Create separate connection worker functions for managing UDP and TCP
 transport sockets.  This eliminates several dependencies on "xprt->stream".

 Test-plan:
 Destructive testing (unplugging the network temporarily).  Connectathon with
 v2, v3, and v4.

 Version: Thu, 11 Aug 2005 16:08:18 -0400

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