Subject: [merged] kernel-auditc-remove-duplicated-comment.patch removed from -mm tree To: gaofeng@xxxxxxxxxxxxxx,casey@xxxxxxxxxxxxxxxx,eparis@xxxxxxxxxx,rgb@xxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Thu, 07 Nov 2013 11:08:27 -0800 The patch titled Subject: kernel/audit.c: remove duplicated comment has been removed from the -mm tree. Its filename was kernel-auditc-remove-duplicated-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Gao feng <gaofeng@xxxxxxxxxxxxxx> Subject: kernel/audit.c: remove duplicated comment Signed-off-by: Gao feng <gaofeng@xxxxxxxxxxxxxx> Cc: Casey Schaufler <casey@xxxxxxxxxxxxxxxx> Cc: Richard Guy Briggs <rgb@xxxxxxxxxx> Cc: Eric Paris <eparis@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/audit.c | 7 ------- 1 file changed, 7 deletions(-) diff -puN kernel/audit.c~kernel-auditc-remove-duplicated-comment kernel/audit.c --- a/kernel/audit.c~kernel-auditc-remove-duplicated-comment +++ a/kernel/audit.c @@ -1067,13 +1067,6 @@ static void wait_for_auditd(unsigned lon remove_wait_queue(&audit_backlog_wait, &wait); } -/* Obtain an audit buffer. This routine does locking to obtain the - * audit buffer, but then no locking is required for calls to - * audit_log_*format. If the tsk is a task that is currently in a - * syscall, then the syscall is marked as auditable and an audit record - * will be written at syscall exit. If there is no associated task, tsk - * should be NULL. */ - /** * audit_log_start - obtain an audit buffer * @ctx: audit_context (may be NULL) _ Patches currently in -mm which might be from gaofeng@xxxxxxxxxxxxxx are linux-next.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