diff options
-rw-r--r-- | fs/nfsd/nfs4state.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 9ce58318ca8c..5d86df1d1881 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -718,9 +718,6 @@ expire_client(struct nfs4_client *clp) | |||
718 | struct nfs4_delegation *dp; | 718 | struct nfs4_delegation *dp; |
719 | struct list_head reaplist; | 719 | struct list_head reaplist; |
720 | 720 | ||
721 | dprintk("NFSD: expire_client cl_count %d\n", | ||
722 | atomic_read(&clp->cl_count)); | ||
723 | |||
724 | INIT_LIST_HEAD(&reaplist); | 721 | INIT_LIST_HEAD(&reaplist); |
725 | spin_lock(&recall_lock); | 722 | spin_lock(&recall_lock); |
726 | while (!list_empty(&clp->cl_delegations)) { | 723 | while (!list_empty(&clp->cl_delegations)) { |