Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142146
b: refs/heads/master
c: e37da04
h: refs/heads/master
v: v3
  • Loading branch information
Alexandros Batsakis authored and J. Bruce Fields committed Mar 18, 2009
1 parent ede017c commit 8dc8192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 6c02eaa1d1e53b9b2cc27d0c6fff3e57da4b611f
refs/heads/master: e37da04ed145d45c2a698d7cb373a7e1191fbe86
3 changes: 2 additions & 1 deletion trunk/fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ nfsd4_probe_callback(struct nfs4_client *clp)

/*
* called with dp->dl_count inc'ed.
* nfs4_lock_state() may or may not have been called.
*/
void
nfsd4_cb_recall(struct nfs4_delegation *dp)
Expand Down Expand Up @@ -491,7 +490,9 @@ nfsd4_cb_recall(struct nfs4_delegation *dp)
* Success or failure, now we're either waiting for lease expiration
* or deleg_return.
*/
nfs4_lock_state();
put_nfs4_client(clp);
nfs4_put_delegation(dp);
nfs4_unlock_state();
return;
}

0 comments on commit 8dc8192

Please sign in to comment.