diff options
author | J. Bruce Fields <bfields@redhat.com> | 2011-02-07 15:44:12 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-02-14 10:35:19 -0500 |
commit | 65bc58f5187e2ff4011ef1bd3082e83cd1b036f1 (patch) | |
tree | c634f0053dce5ae476cbd23aeaa9c444f16d3133 /fs/nfsd/nfs4state.c | |
parent | edab9782b5a16abb8d139d261e81e13ef0be35a9 (diff) |
nfsd4: remove unused deleg dprintk's.
These aren't all that useful, and get in the way of the next steps.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index dbb2141cf88f..d978192838a3 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -958,8 +958,6 @@ expire_client(struct nfs4_client *clp) | |||
958 | spin_lock(&recall_lock); | 958 | spin_lock(&recall_lock); |
959 | while (!list_empty(&clp->cl_delegations)) { | 959 | while (!list_empty(&clp->cl_delegations)) { |
960 | dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); | 960 | dp = list_entry(clp->cl_delegations.next, struct nfs4_delegation, dl_perclnt); |
961 | dprintk("NFSD: expire client. dp %p, fp %p\n", dp, | ||
962 | dp->dl_flock); | ||
963 | list_del_init(&dp->dl_perclnt); | 961 | list_del_init(&dp->dl_perclnt); |
964 | list_move(&dp->dl_recall_lru, &reaplist); | 962 | list_move(&dp->dl_recall_lru, &reaplist); |
965 | } | 963 | } |
@@ -2931,8 +2929,6 @@ nfs4_laundromat(void) | |||
2931 | test_val = u; | 2929 | test_val = u; |
2932 | break; | 2930 | break; |
2933 | } | 2931 | } |
2934 | dprintk("NFSD: purging unused delegation dp %p, fp %p\n", | ||
2935 | dp, dp->dl_flock); | ||
2936 | list_move(&dp->dl_recall_lru, &reaplist); | 2932 | list_move(&dp->dl_recall_lru, &reaplist); |
2937 | } | 2933 | } |
2938 | spin_unlock(&recall_lock); | 2934 | spin_unlock(&recall_lock); |