Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161360
b: refs/heads/master
c: 4a5d6ba
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and James Morris committed Sep 14, 2009
1 parent 3a56799 commit 7cbb328
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: 4e6d0bffd3d72a32b620525c9007d2482c731775
refs/heads/master: 4a5d6ba1914d1bf1fcfb5e15834c29d84a879219
3 changes: 2 additions & 1 deletion trunk/kernel/cred.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ static void put_cred_rcu(struct rcu_head *rcu)
key_put(cred->thread_keyring);
key_put(cred->request_key_auth);
release_tgcred(cred);
put_group_info(cred->group_info);
if (cred->group_info)
put_group_info(cred->group_info);
free_uid(cred->user);
kmem_cache_free(cred_jar, cred);
}
Expand Down

0 comments on commit 7cbb328

Please sign in to comment.