The patch titled Subject: audit: remove duplicate export of audit_enabled has been removed from the -mm tree. Its filename was audit-remove-duplicate-export-of-audit_enabled.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Gao feng <gaofeng@xxxxxxxxxxxxxx> Subject: audit: remove duplicate export of audit_enabled audit_enabled has already been exported in include/linux/audit.h. and kernel/audit.h includes include/linux/audit.h, no need to export aduit_enabled again in kernel/audit.h Signed-off-by: Gao feng <gaofeng@xxxxxxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Eric Paris <eparis@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/audit.h | 1 - 1 file changed, 1 deletion(-) diff -puN kernel/audit.h~audit-remove-duplicate-export-of-audit_enabled kernel/audit.h --- a/kernel/audit.h~audit-remove-duplicate-export-of-audit_enabled +++ a/kernel/audit.h @@ -60,7 +60,6 @@ struct audit_entry { }; #ifdef CONFIG_AUDIT -extern int audit_enabled; extern int audit_ever_enabled; #endif _ Patches currently in -mm which might be from gaofeng@xxxxxxxxxxxxxx are origin.patch 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