From: Rakib Mullick Date: Sun, 7 Apr 2013 10:14:18 +0000 (+0600) Subject: auditsc: Use kzalloc instead of kmalloc+memset. X-Git-Tag: v3.10-rc1~5^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c6ee707a32c8e67861a442f387def5b7f64cec;p=pandora-kernel.git auditsc: Use kzalloc instead of kmalloc+memset. In function audit_alloc_context(), use kzalloc, instead of kmalloc+memset. Patch also renames audit_zero_context() to audit_set_context(), to represent it's inner workings properly. Signed-off-by: Rakib Mullick Signed-off-by: Eric Paris --- Reading git-diff-tree failed