Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176223
b: refs/heads/master
c: 4b731d5
h: refs/heads/master
i:
  176221: 04e5504
  176219: f996e47
  176215: 6d4e31a
  176207: 47b92de
  176191: b7bcb66
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Dec 15, 2009
1 parent bd038aa commit 7640d02
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: 5443040754207f9777f71c892c66e45ba56b0fc1
refs/heads/master: 4b731d50ff3df6b9141a6c12b088e8eb0109e83c
3 changes: 2 additions & 1 deletion trunk/kernel/acct.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ static void do_acct_process(struct bsd_acct_struct *acct,
do_div(elapsed, AHZ);
ac.ac_btime = get_seconds() - elapsed;
/* we really need to bite the bullet and change layout */
current_uid_gid(&ac.ac_uid, &ac.ac_gid);
ac.ac_uid = orig_cred->uid;
ac.ac_gid = orig_cred->gid;
#if ACCT_VERSION==2
ac.ac_ahz = AHZ;
#endif
Expand Down

0 comments on commit 7640d02

Please sign in to comment.