From 066caa8460933e57b3846494eb5a3e62463612ad Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Mon, 7 Feb 2011 15:44:12 -0500 Subject: [PATCH] --- yaml --- r: 233275 b: refs/heads/master c: 65bc58f5187e2ff4011ef1bd3082e83cd1b036f1 h: refs/heads/master i: 233273: 49f6782f3a331758b48e208622a0615509a42dd7 233271: 14e37aee9e29e56651c88f67f56f734fcf950f10 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4state.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index ebe9903a4613..69d416626919 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: edab9782b5a16abb8d139d261e81e13ef0be35a9 +refs/heads/master: 65bc58f5187e2ff4011ef1bd3082e83cd1b036f1 diff --git a/trunk/fs/nfsd/nfs4state.c b/trunk/fs/nfsd/nfs4state.c index dbb2141cf88f..d978192838a3 100644 --- a/trunk/fs/nfsd/nfs4state.c +++ b/trunk/fs/nfsd/nfs4state.c @@ -958,8 +958,6 @@ expire_client(struct nfs4_client *clp) spin_lock(&recall_lock); while (!list_empty(&clp->cl_delegations)) { 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_move(&dp->dl_recall_lru, &reaplist); } @@ -2931,8 +2929,6 @@ nfs4_laundromat(void) test_val = u; break; } - dprintk("NFSD: purging unused delegation dp %p, fp %p\n", - dp, dp->dl_flock); list_move(&dp->dl_recall_lru, &reaplist); } spin_unlock(&recall_lock);