Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128017
b: refs/heads/master
c: 43529c9
h: refs/heads/master
i:
  128015: ebc3fff
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jan 9, 2009
1 parent 5716d37 commit b5c28bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0de336814107358bc8c4173bf9ce2d42445173fe
refs/heads/master: 43529c97122f2c851126447963eedcb8cba74fbe
1 change: 1 addition & 0 deletions trunk/kernel/cred.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ struct cred *prepare_kernel_cred(struct task_struct *daemon)
else
old = get_cred(&init_cred);

*new = *old;
get_uid(new->user);
get_group_info(new->group_info);

Expand Down

0 comments on commit b5c28bd

Please sign in to comment.