[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>
This commit is contained in:
committed by
Trond Myklebust
parent
a58dd398f5
commit
ed63c00370
@ -172,7 +172,6 @@ struct rpc_xprt {
|
||||
unsigned int max_reqs; /* total slots */
|
||||
unsigned long state; /* transport state */
|
||||
unsigned char shutdown : 1, /* being shut down */
|
||||
nocong : 1, /* no congestion control */
|
||||
resvport : 1; /* use a reserved port */
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user