From: Pavel Emelyanov The acct_process does not accept any arguments actually. Signed-off-by: Pavel Emelyanov Cc: Balbir Singh Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton --- kernel/acct.c | 1 - 1 file changed, 1 deletion(-) diff -puN kernel/acct.c~bsdacct-truthify-a-comment-near-acct_process kernel/acct.c --- a/kernel/acct.c~bsdacct-truthify-a-comment-near-acct_process +++ a/kernel/acct.c @@ -579,7 +579,6 @@ void acct_collect(long exitcode, int gro /** * acct_process - now just a wrapper around do_acct_process - * @exitcode: task exit code * * handles process accounting for an exiting task */ _