From: J. Bruce Fields Date: Mon, 22 Feb 2010 01:51:53 +0000 (-0800) Subject: nfsd4: remove dprintk X-Git-Tag: firefly_0821_release~9833^2~1530^2~32 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3df796dbe97a98a6a25e6b7b88e9d326e261f371;p=firefly-linux-kernel-4.4.55.git nfsd4: remove dprintk I haven't found this useful. Signed-off-by: J. Bruce Fields --- 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) 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)) {