diff options
Diffstat (limited to 'include/linux/nfsd/state.h')
| -rw-r--r-- | include/linux/nfsd/state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 0e5b5aecde03..9cc40a137c34 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h | |||
| @@ -219,7 +219,11 @@ struct nfs4_client { | |||
| 219 | struct nfs4_sessionid cl_sessionid; | 219 | struct nfs4_sessionid cl_sessionid; |
| 220 | 220 | ||
| 221 | /* for nfs41 callbacks */ | 221 | /* for nfs41 callbacks */ |
| 222 | /* We currently support a single back channel with a single slot */ | ||
| 223 | unsigned long cl_cb_slot_busy; | ||
| 222 | struct svc_xprt *cl_cb_xprt; /* 4.1 callback transport */ | 224 | struct svc_xprt *cl_cb_xprt; /* 4.1 callback transport */ |
| 225 | struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */ | ||
| 226 | /* wait here for slots */ | ||
| 223 | }; | 227 | }; |
| 224 | 228 | ||
| 225 | /* struct nfs4_client_reset | 229 | /* struct nfs4_client_reset |
