aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2010-02-21 20:51:53 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2010-04-02 17:04:31 -0400
commit3df796dbe97a98a6a25e6b7b88e9d326e261f371 (patch)
treeb00b6ffb38a17fa6347db918d85a22c3fe9b3cf7 /fs/nfsd
parent147efd0dd702ce2f1ab44449bd70369405ef68fd (diff)
nfsd4: remove dprintk
I haven't found this useful. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs4state.c3
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)) {