Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3df796db authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: remove dprintk



I haven't found this useful.

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent 147efd0d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)) {