aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfsd/state.h2
-rw-r--r--include/linux/nfsd/xdr4.h7
2 files changed, 8 insertions, 1 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index 5b3a6660f3af..8d0b10167937 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -173,6 +173,8 @@ struct nfs4_client {
173 173
174 /* for nfs41 */ 174 /* for nfs41 */
175 struct list_head cl_sessions; 175 struct list_head cl_sessions;
176 u32 cl_seqid; /* seqid for create_session */
177 u32 cl_exchange_flags;
176}; 178};
177 179
178/* struct nfs4_client_reset 180/* struct nfs4_client_reset
diff --git a/include/linux/nfsd/xdr4.h b/include/linux/nfsd/xdr4.h
index 294940c58094..33ee71e988b4 100644
--- a/include/linux/nfsd/xdr4.h
+++ b/include/linux/nfsd/xdr4.h
@@ -345,7 +345,12 @@ struct nfsd4_write {
345}; 345};
346 346
347struct nfsd4_exchange_id { 347struct nfsd4_exchange_id {
348 int foo; /* stub */ 348 nfs4_verifier verifier;
349 struct xdr_netobj clname;
350 u32 flags;
351 clientid_t clientid;
352 u32 seqid;
353 int spa_how;
349}; 354};
350 355
351struct nfsd4_create_session { 356struct nfsd4_create_session {