Commit 65bc58f5 authored by J. Bruce Fields's avatar J. Bruce Fields

nfsd4: remove unused deleg dprintk's.

These aren't all that useful, and get in the way of the next steps.
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent edab9782
...@@ -958,8 +958,6 @@ expire_client(struct nfs4_client *clp) ...@@ -958,8 +958,6 @@ expire_client(struct nfs4_client *clp)
spin_lock(&recall_lock); spin_lock(&recall_lock);
while (!list_empty(&clp->cl_delegations)) { while (!list_empty(&clp->cl_delegations)) {
dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt);
dprintk("NFSD: expire client. dp %p, fp %p\n", dp,
dp->dl_flock);
list_del_init(&dp->dl_perclnt); list_del_init(&dp->dl_perclnt);
list_move(&dp->dl_recall_lru, &reaplist); list_move(&dp->dl_recall_lru, &reaplist);
} }
...@@ -2931,8 +2929,6 @@ nfs4_laundromat(void) ...@@ -2931,8 +2929,6 @@ nfs4_laundromat(void)
test_val = u; test_val = u;
break; break;
} }
dprintk("NFSD: purging unused delegation dp %p, fp %p\n",
dp, dp->dl_flock);
list_move(&dp->dl_recall_lru, &reaplist); list_move(&dp->dl_recall_lru, &reaplist);
} }
spin_unlock(&recall_lock); spin_unlock(&recall_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment