From: Chris Wright Date: Wed, 11 May 2005 09:55:10 +0000 (+0100) Subject: Add audit_log_type X-Git-Tag: v2.6.13-rc1~90^2~583^2~53^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b773d87eadc3972d697444127e89a7291769a2;p=pandora-kernel.git Add audit_log_type Add audit_log_type to allow callers to specify type and pid when logging. Convert audit_log to wrapper around audit_log_type. Could have converted all audit_log callers directly, but common case is default of type AUDIT_KERNEL and pid 0. Update audit_log_start to take type and pid values when creating a new audit_buffer. Move sequences that did audit_log_start, audit_log_format, audit_set_type, audit_log_end, to simply call audit_log_type directly. This obsoletes audit_set_type and audit_set_pid, so remove them. Signed-off-by: Chris Wright Signed-off-by: David Woodhouse --- Reading git-diff-tree failed