[PATCH] RPC: get rid of xprt->stream
authorChuck Lever <cel@netapp.com>
Thu, 25 Aug 2005 23:25:49 +0000 (16:25 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:35 +0000 (12:38 -0400)
commit43118c29dea2b23798bd42a147015cceee7fa885
tree4951a6777a3dc167d46c1373c02d21912b250e96
parent808012fbb23a52ec59352445d2076d175ad4ab26
[PATCH] RPC: get rid of xprt->stream

 Now we can fix up the last few places that use the "xprt->stream"
 variable, and get rid of it from the rpc_xprt structure.

 Test-plan:
 Destructive testing (unplugging the network temporarily).  Connectathon
 with UDP and TCP.

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