The patch titled bsdacct: "truthify" a comment near acct_process has been removed from the -mm tree. Its filename was bsdacct-truthify-a-comment-near-acct_process.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: bsdacct: "truthify" a comment near acct_process From: Pavel Emelyanov <xemul@xxxxxxxxxx> The acct_process does not accept any arguments actually. Signed-off-by: Pavel Emelyanov <xemul@xxxxxxxxxx> Cc: Balbir Singh <balbir@xxxxxxxxxx> Cc: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 */ _ Patches currently in -mm which might be from xemul@xxxxxxxxxx are origin.patch memrlimit-add-memrlimit-controller-documentation.patch memrlimit-setup-the-memrlimit-controller.patch memrlimit-cgroup-mm-owner-callback-changes-to-add-task-info.patch memrlimit-add-memrlimit-controller-accounting-and-control.patch memrlimit-improve-error-handling.patch memrlimit-improve-error-handling-update.patch memrlimit-handle-attach_task-failure-add-can_attach-callback.patch reiser4.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html