Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233275
b: refs/heads/master
c: 65bc58f
h: refs/heads/master
i:
  233273: 49f6782
  233271: 14e37ae
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 14, 2011
1 parent 7890e1a commit 066caa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edab9782b5a16abb8d139d261e81e13ef0be35a9
refs/heads/master: 65bc58f5187e2ff4011ef1bd3082e83cd1b036f1
4 changes: 0 additions & 4 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 066caa8

Please sign in to comment.