From: Richard Guy Briggs Date: Tue, 18 Feb 2014 20:29:43 +0000 (-0500) Subject: audit: rename the misleading audit_get_context() to audit_take_context() X-Git-Tag: v3.15-rc1~18^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3eb726d1543c4b616b9a0a4d4c53ddd276f5f4;p=pandora-kernel.git audit: rename the misleading audit_get_context() to audit_take_context() "get" usually implies incrementing a refcount into a structure to indicate a reference being held by another part of code. Change this function name to indicate it is in fact being taken from it, returning the value while clearing it in the supplying structure. Signed-off-by: Richard Guy Briggs --- Reading git-diff-tree failed