aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfsd/state.h')
-rw-r--r--include/linux/nfsd/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index 692edf4c2e7c..f063df7ad134 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -190,7 +190,7 @@ struct nfs4_client {
190 190
191 /* for nfs41 */ 191 /* for nfs41 */
192 struct list_head cl_sessions; 192 struct list_head cl_sessions;
193 u32 cl_seqid; /* seqid for create_session */ 193 struct nfsd4_slot cl_slot; /* create_session slot */
194 u32 cl_exchange_flags; 194 u32 cl_exchange_flags;
195 struct nfs4_sessionid cl_sessionid; 195 struct nfs4_sessionid cl_sessionid;
196}; 196};