Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23936
b: refs/heads/master
c: 6041b79
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Mar 20, 2006
1 parent 219debd commit a6ff6eb
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: d47166244860eb5dfdb12ee4703968beef8a0db2
refs/heads/master: 6041b79192bdf0e7ab18ea6859effa5d8311391b
4 changes: 3 additions & 1 deletion trunk/fs/lockd/svclock.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,9 @@ static void nlmsvc_grant_callback(struct rpc_task *task, void *data)

void nlmsvc_grant_release(void *data)
{
nlmsvc_release_block(data);
struct nlm_rqst *call = data;

nlmsvc_release_block(call->a_block);
}

static const struct rpc_call_ops nlmsvc_grant_ops = {
Expand Down

0 comments on commit a6ff6eb

Please sign in to comment.