diff options
author | Chuck Lever <cel@netapp.com> | 2005-08-25 19:25:53 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-09-23 12:38:47 -0400 |
commit | ed63c003701a314c4893c11eceb9d68f8f46c662 (patch) | |
tree | c0567884d9cce53960061fece0ae9c2eabd0af77 /include/linux/sunrpc | |
parent | a58dd398f5db4f73d5c581069fd70a4304cc4f0a (diff) |
[PATCH] RPC: remove xprt->nocong
Get rid of the "xprt->nocong" variable.
Test-plan:
Use WAN simulation to cause sporadic bursty packet loss with UDP mounts.
Look for significant regression in performance or client stability.
Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 64e77658fa30..559fb471f6f2 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -172,7 +172,6 @@ struct rpc_xprt { | |||
172 | unsigned int max_reqs; /* total slots */ | 172 | unsigned int max_reqs; /* total slots */ |
173 | unsigned long state; /* transport state */ | 173 | unsigned long state; /* transport state */ |
174 | unsigned char shutdown : 1, /* being shut down */ | 174 | unsigned char shutdown : 1, /* being shut down */ |
175 | nocong : 1, /* no congestion control */ | ||
176 | resvport : 1; /* use a reserved port */ | 175 | resvport : 1; /* use a reserved port */ |
177 | 176 | ||
178 | /* | 177 | /* |