From: Paul Davies C Date: Fri, 8 Nov 2013 04:27:39 +0000 (+0530) Subject: audit: drop audit_log_abend() X-Git-Tag: v3.14-rc1~118^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c0ee8792165f0de7c4aa619343998a6966c1ef;p=pandora-kernel.git audit: drop audit_log_abend() The audit_log_abend() is used only by the audit_core_dumps(). Thus there is no need of maintaining the audit_log_abend() as a separate function. This patch drops the audit_log_abend() and pushes its functionalities back to the audit_core_dumps(). Apart from that the "reason" field is also dropped from being logged since the reason can be deduced from the signal number. Signed-off-by: Paul Davies C Acked-by: Eric Paris Signed-off-by: Richard Guy Briggs Signed-off-by: Eric Paris --- Reading git-diff-tree failed