Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206430
b: refs/heads/master
c: ac94bf5
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Jun 24, 2010
1 parent 44c9e03 commit 73e449b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ec8acac84aea4245ae2cc999d56a68f0302cc847
refs/heads/master: ac94bf582529343bb7f354d0eef6dc4e566bbbd5
4 changes: 3 additions & 1 deletion trunk/fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,8 +761,10 @@ static void _nfsd4_cb_recall(struct nfs4_delegation *dp)
.rpc_cred = callback_cred
};

if (clnt == NULL)
if (clnt == NULL) {
nfs4_put_delegation(dp);
return; /* Client is shutting down; give up. */
}

args->args_op = dp;
msg.rpc_argp = args;
Expand Down

0 comments on commit 73e449b

Please sign in to comment.