diff options
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index d8196b453f61..f4cebd9016bc 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -775,6 +775,8 @@ static struct nfs4_client *create_client(struct xdr_netobj name, char *recdir) | |||
775 | INIT_LIST_HEAD(&clp->cl_delegations); | 775 | INIT_LIST_HEAD(&clp->cl_delegations); |
776 | INIT_LIST_HEAD(&clp->cl_sessions); | 776 | INIT_LIST_HEAD(&clp->cl_sessions); |
777 | INIT_LIST_HEAD(&clp->cl_lru); | 777 | INIT_LIST_HEAD(&clp->cl_lru); |
778 | clear_bit(0, &clp->cl_cb_slot_busy); | ||
779 | rpc_init_wait_queue(&clp->cl_cb_waitq, "Backchannel slot table"); | ||
778 | return clp; | 780 | return clp; |
779 | } | 781 | } |
780 | 782 | ||