|
@@ -219,7 +219,11 @@ struct nfs4_client {
|
|
struct nfs4_sessionid cl_sessionid;
|
|
struct nfs4_sessionid cl_sessionid;
|
|
|
|
|
|
/* for nfs41 callbacks */
|
|
/* for nfs41 callbacks */
|
|
|
|
+ /* We currently support a single back channel with a single slot */
|
|
|
|
+ unsigned long cl_cb_slot_busy;
|
|
struct svc_xprt *cl_cb_xprt; /* 4.1 callback transport */
|
|
struct svc_xprt *cl_cb_xprt; /* 4.1 callback transport */
|
|
|
|
+ struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */
|
|
|
|
+ /* wait here for slots */
|
|
};
|
|
};
|
|
|
|
|
|
/* struct nfs4_client_reset
|
|
/* struct nfs4_client_reset
|