Messages in this thread Patch in this message |  | | | Date | Thu, 10 Apr 2008 12:45:28 +0400 | | From | Pavel Emelyanov <> | | Subject | [PATCH 4/10] Bsdacct: fix bogus comment near acct_process |
| |
It does not accept any arguments :)
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
--- kernel/acct.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/acct.c b/kernel/acct.c index ee3e605..d9ee183 100644 --- 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 */ -- 1.5.3.4
|  |