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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index 9cc40a137c34..b38d11324189 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -221,6 +221,7 @@ struct nfs4_client {
221 /* for nfs41 callbacks */ 221 /* for nfs41 callbacks */
222 /* We currently support a single back channel with a single slot */ 222 /* We currently support a single back channel with a single slot */
223 unsigned long cl_cb_slot_busy; 223 unsigned long cl_cb_slot_busy;
224 u32 cl_cb_seq_nr;
224 struct svc_xprt *cl_cb_xprt; /* 4.1 callback transport */ 225 struct svc_xprt *cl_cb_xprt; /* 4.1 callback transport */
225 struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */ 226 struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */
226 /* wait here for slots */ 227 /* wait here for slots */