Skip to content

Commit

Permalink
nfsd4: remove dprintk
Browse files Browse the repository at this point in the history
I haven't found this useful.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
  • Loading branch information
J. Bruce Fields committed Apr 2, 2010
1 parent 147efd0 commit 3df796d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 3df796d

Please sign in to comment.