Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29721
b: refs/heads/master
c: 11e6475
h: refs/heads/master
i:
  29719: 3500f9f
v: v3
  • Loading branch information
Matt Helsley authored and Linus Torvalds committed Jun 25, 2006
1 parent ef11596 commit 5f5d5d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 7c12d81134b130ccd4c286b434ca48c4cda71a2f
refs/heads/master: 11e64757f9fb32f13f51596bbf01988f42fca764
8 changes: 3 additions & 5 deletions trunk/kernel/acct.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,7 @@ void acct_update_integrals(struct task_struct *tsk)
*/
void acct_clear_integrals(struct task_struct *tsk)
{
if (tsk) {
tsk->acct_stimexpd = 0;
tsk->acct_rss_mem1 = 0;
tsk->acct_vm_mem1 = 0;
}
tsk->acct_stimexpd = 0;
tsk->acct_rss_mem1 = 0;
tsk->acct_vm_mem1 = 0;
}

0 comments on commit 5f5d5d5

Please sign in to comment.