diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-07-25 04:48:44 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-25 13:53:46 -0400 |
commit | 1c552858ac2b1732a99d234d46b98098baef41ff (patch) | |
tree | cfbd66b72a9fced68b1b937ef353a1dcf9b0b1f0 /kernel/acct.c | |
parent | 20fad13ac66ac001c19220d3d08b4de5b6cca6e1 (diff) |
bsdacct: "truthify" a comment near acct_process
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>
Diffstat (limited to 'kernel/acct.c')
-rw-r--r-- | kernel/acct.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/acct.c b/kernel/acct.c index ee3e605190f9..d9ee1838b4d4 100644 --- a/kernel/acct.c +++ b/kernel/acct.c | |||
@@ -579,7 +579,6 @@ void acct_collect(long exitcode, int group_dead) | |||
579 | 579 | ||
580 | /** | 580 | /** |
581 | * acct_process - now just a wrapper around do_acct_process | 581 | * acct_process - now just a wrapper around do_acct_process |
582 | * @exitcode: task exit code | ||
583 | * | 582 | * |
584 | * handles process accounting for an exiting task | 583 | * handles process accounting for an exiting task |
585 | */ | 584 | */ |