Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275474
b: refs/heads/master
c: 9f35a33
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Nov 16, 2011
1 parent d90f3db commit d4eb7f6
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: cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37
refs/heads/master: 9f35a33b8d06263a165efe3541d9aa0cdbd70b3b
3 changes: 2 additions & 1 deletion trunk/security/keys/user_defined.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ int user_update(struct key *key, const void *data, size_t datalen)
key->expiry = 0;
}

kfree_rcu(zap, rcu);
if (zap)
kfree_rcu(zap, rcu);

error:
return ret;
Expand Down

0 comments on commit d4eb7f6

Please sign in to comment.