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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index 9bf3aa8c5aea..c916032570c4 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -211,6 +211,9 @@ struct nfs4_client {
211 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */ 211 struct nfsd4_clid_slot cl_cs_slot; /* create_session slot */
212 u32 cl_exchange_flags; 212 u32 cl_exchange_flags;
213 struct nfs4_sessionid cl_sessionid; 213 struct nfs4_sessionid cl_sessionid;
214
215 /* for nfs41 callbacks */
216 struct svc_xprt *cl_cb_xprt; /* 4.1 callback transport */
214}; 217};
215 218
216/* struct nfs4_client_reset 219/* struct nfs4_client_reset