commit | 3df796dbe97a98a6a25e6b7b88e9d326e261f371 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Sun Feb 21 17:51:53 2010 -0800 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Apr 02 17:04:31 2010 -0400 |
tree | b00b6ffb38a17fa6347db918d85a22c3fe9b3cf7 | |
parent | 147efd0dd702ce2f1ab44449bd70369405ef68fd [diff] |
nfsd4: remove dprintk I haven't found this useful. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 9ce5831..5d86df1 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c
@@ -718,9 +718,6 @@ struct nfs4_delegation *dp; struct list_head reaplist; - dprintk("NFSD: expire_client cl_count %d\n", - atomic_read(&clp->cl_count)); - INIT_LIST_HEAD(&reaplist); spin_lock(&recall_lock); while (!list_empty(&clp->cl_delegations)) {