diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 966c456a0f6d..c9477f022efb 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -168,8 +168,7 @@ struct rpc_xprt { | |||
168 | unsigned long state; /* transport state */ | 168 | unsigned long state; /* transport state */ |
169 | unsigned char shutdown : 1, /* being shut down */ | 169 | unsigned char shutdown : 1, /* being shut down */ |
170 | nocong : 1, /* no congestion control */ | 170 | nocong : 1, /* no congestion control */ |
171 | resvport : 1, /* use a reserved port */ | 171 | resvport : 1; /* use a reserved port */ |
172 | stream : 1; /* TCP */ | ||
173 | 172 | ||
174 | /* | 173 | /* |
175 | * XID | 174 | * XID |