projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20fad13
)
bsdacct: "truthify" a comment near acct_process
author
Pavel Emelyanov
<xemul@openvz.org>
Fri, 25 Jul 2008 08:48:44 +0000
(
01:48
-0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:46 +0000
(10:53 -0700)
The acct_process does not accept any arguments actually.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/acct.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/acct.c
b/kernel/acct.c
index ee3e605190f96a3bfb7f075c0b27817ef4e793a6..d9ee1838b4d442496bf1c987568855f157bdc515 100644
(file)
--- a/
kernel/acct.c
+++ b/
kernel/acct.c
@@
-579,7
+579,6
@@
void acct_collect(long exitcode, int group_dead)
/**
* acct_process - now just a wrapper around do_acct_process
- * @exitcode: task exit code
*
* handles process accounting for an exiting task
*/