diff options
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 6e63c1d272bf..cdce26ad50b5 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -243,7 +243,6 @@ struct nfs4_client { | |||
243 | struct list_head cl_sessions; | 243 | struct list_head cl_sessions; |
244 | struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */ | 244 | struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */ |
245 | u32 cl_exchange_flags; | 245 | u32 cl_exchange_flags; |
246 | struct nfs4_sessionid cl_sessionid; | ||
247 | /* number of rpc's in progress over an associated session: */ | 246 | /* number of rpc's in progress over an associated session: */ |
248 | atomic_t cl_refcount; | 247 | atomic_t cl_refcount; |
249 | 248 | ||