diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-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 | /* |