Skip to content

Commit

Permalink
bsdacct: "truthify" a comment near acct_process
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Emelyanov authored and Linus Torvalds committed Jul 25, 2008
1 parent 20fad13 commit 1c55285
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/acct.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 1c55285

Please sign in to comment.